- ca15984 gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_get_time(). by Peter Kjellerstedt · 17 years ago
- a71ffc5 Final round of doc updates. by Stefan Kost · 17 years ago
- 138c2b7 gst/: More doc updates. More xrefs. by Stefan Kost · 17 years ago
- 2d1ccbf Do not use short_description in section docs for elements. We extract them from element details and there will be war... by Stefan Kost · 17 years ago
- 8dc879f gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock instead to properly shutdown. by Wim Taymans · 17 years ago
- fda8195 gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down. by Wim Taymans · 17 years ago
- bd1e0eb gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitterbuffer if the gap is too big, we need ... by Wim Taymans · 17 years ago
- b889dfa gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to the jitterbuffers when they are changed o... by Håvard Graff · 17 years ago
- 6716231 Don't use _gst_pad(). by Wim Taymans · 17 years ago
- 4e5347c docs/Makefile.am: Don't attempt to build plugin docs when they're disabled. by Jan Schmidt · 17 years ago
- 2506d13 gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warning instead of just posting an error and ... by Wim Taymans · 17 years ago
- cd00eb7 gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object. by Wim Taymans · 17 years ago
- 71c2510 gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) duration when the last packet has a lower ti... by Wim Taymans · 17 years ago
- fd80617 gst/rtpmanager/gstrtpsession.c: Make sure to unref the rtpsession returned by gst_pad_get_parent() to prevent a memor... by Peter Kjellerstedt · 17 years ago
- 95ab282 gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning. by Jan Schmidt · 17 years ago
- b1ef039 gst/rtpmanager/rtpsource.c: Make sure to unref the caps used by RTPSource to prevent a memory leak. by Peter Kjellerstedt · 17 years ago
- bddddbd gst/rtpmanager/rtpsession.c: Unlock the session lock when calling one of our callbacks. by Olivier Crete · 17 years ago
- c466ae6 gst/rtpmanager/gstrtpsession.c: Send RTP BYE command on EOS. Fixes bug #531955. by Sjoerd Simons · 17 years ago
- d6c8809 gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too. by Wim Taymans · 17 years ago
- 250c38a gst/rtpmanager/gstrtpjitterbuffer.c: Disable sending out rtp packet lost events by default and make a property to ena... by Wim Taymans · 17 years ago
- e2ab966 gst/rtpmanager/gstrtpjitterbuffer.c: Remove private version of a function that is in -base now. by Wim Taymans · 17 years ago
- a05b42e gst/rtpmanager/gstrtpsession.c: Set up some internal links functions for the RTCP and sync pads because the defaults ... by Wim Taymans · 17 years ago
- e779adc gst/rtpmanager/: Also keep track of the first buffer timestamp together with the first by Wim Taymans · 17 years ago
- 3c5cf0c gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache. by Olivier Crete · 17 years ago
- 4cc70a0 gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcount leak. by Wim Taymans · 17 years ago
- 959c341 gst/rtpmanager/: Avoid leaking pads in the RTP manager. by Peter Kjellerstedt · 17 years ago
- 3f58847 gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpmanager. by Olivier Crete · 17 years ago
- 6ba2fcd gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread in PAUSED because it might be blocked d... by Ole André Vadla Ravnås · 17 years ago
- 52cdd3c gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we have no timestamps. by Stefan Kost · 17 years ago
- db8bdc8 gst/rtpmanager/gstrtpbin.c: Fix small memory leak, leaking caps. Fixes #bug 517571. by Olivier Crete · 17 years ago
- a301c9a gst/rtpmanager/gstrtpbin.c: Ignore streams that did not receive an SR packet when doing synchronisation. Fixes #516160. by Olivier Crete · 17 years ago
- b638626 gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the buffer caps when we receive a new payload... by Thijs Vermeir · 17 years ago
- 7b2446b gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not provided with caps but with a signal. by Olivier Crete · 17 years ago
- 41ada27 gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend it so that a clock-rate can be provided... by Olivier Crete · 17 years ago
- eb0993a gst/rtpmanager/gstrtpjitterbuffer.c: Remove old unused variable. by Olivier Crete · 17 years ago
- 0369f87 gst/rtpmanager/rtpsource.c: Fix unref of buffer using the wrong function. Fixes #511920 by Olivier Crete · 17 years ago
- 6e6c59a gst/rtpmanager/gstrtpsession.c: If we find the caps in the cache, use it to parse the clock-rate instead of returning... by Wim Taymans · 17 years ago
- 03d9faf gst/rtpmanager/: Make it possible to use different user_data for each of the callbacks. by Youness Alaoui · 17 years ago
- c6d8924 gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patch by Thijs Vermeir · 17 years ago
- a4db9d0 gst/rtpmanager/gstrtpbin.c: Allow request_new_pad with name NULL (bug #508515) by Thijs Vermeir · 17 years ago
- c7818b0 gst/rtpmanager/gstrtpsession.c: Don't set fixed caps, we can basically do everything the upsteam peer pad can renegot... by Wim Taymans · 17 years ago
- c5e9700 gst/rtpmanager/gstrtpjitterbuffer.c: Don't unref the popped buffer when we don't have ownership. by Wim Taymans · 17 years ago
- cba910a gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED. by Wim Taymans · 17 years ago
- a965ebf gst/rtpmanager/: Clean up the dynamic pads when going to READY. by Wim Taymans · 17 years ago
- df55cf2 gst/rtpmanager/: Fix some leaks. by Wim Taymans · 17 years ago
- 771ed23 gst/rtpmanager/: Post a message when the SDES infor changes for a source. by Wim Taymans · 17 years ago
- 49e501a gst/rtpmanager/: Add signal to notify of an SDES change. by Wim Taymans · 17 years ago
- 95d1f62 gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the session managers with them. by Wim Taymans · 17 years ago
- 1971ae0 gst/rtpmanager/: Update comment. by Wim Taymans · 17 years ago
- 1a8f489 gst/rtpmanager/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amount of time and thus has no max_latency ... by Wim Taymans · 17 years ago
- c5fdb6b gst/rtpmanager/gstrtpsession.c: Fix bad function signatures (#492798). by Ole André Vadla Ravnås · 17 years ago
- 8da59ed gst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990. by Laurent Glayal · 17 years ago
- c924d4a gst/: Fix compiler warnings shown by Forte. by Jan Schmidt · 17 years ago
- 4556ccb gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps. by Wim Taymans · 17 years ago
- 76a89b5 gst/rtpmanager/rtpsession.c: When reconsidering RTCP timeouts, set the next timeout against the last report time inst... by Wim Taymans · 17 years ago
- 387f41e gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of popping it off, which allows us to grea... by Wim Taymans · 17 years ago
- b09507a gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables. by Wim Taymans · 17 years ago
- 9c867a2 gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose. by Wim Taymans · 17 years ago
- 2b1f49a gst/rtpmanager/gstrtpjitterbuffer.c: Remove jitter correction code, it's now in the lower level object. by Wim Taymans · 17 years ago
- fa00695 gst/rtpmanager/gstrtpbin.c: Fix cleanup crasher. by Wim Taymans · 17 years ago
- 949f168 gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fixes #478566. by Wim Taymans · 17 years ago
- 56d5832 gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one was created first in the ssrc demuxer. by Wim Taymans · 17 years ago
- b2aa36c gst/rtpmanager/gstrtpbin.c: Use lock to protect variable. by Wim Taymans · 17 years ago
- 0441ef8 gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions. by Wim Taymans · 17 years ago
- a93348c gst/rtpmanager/: Various leak fixes. by Wim Taymans · 17 years ago
- 919deb4 gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that we can generate better by Wim Taymans · 17 years ago
- aa8985d gst/rtpmanager/gstrtpsession.c: Make compiler happy: fix compilation with -Wall -Werror (#473562). by Tim-Philipp Müller · 18 years ago
- e7b6212 gst/rtpmanager/: Updated example pipelines in docs. by Wim Taymans · 18 years ago
- f4e6f22 gst/rtpmanager/gstrtpjitterbuffer.c: Use extended timestamp to release buffers from the jitterbuffer so that we can h... by Wim Taymans · 18 years ago
- c576bce gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments. by Wim Taymans · 18 years ago
- 325dac0 gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the session manager so that it can generate ... by Wim Taymans · 18 years ago
- eb86865 gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines. by Wim Taymans · 18 years ago
- 6835b96 gst/rtpmanager/gstrtpjitterbuffer.c: When synchronizing buffers, take peer latency into account. by Wim Taymans · 18 years ago
- 10d6ba4 Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... by Tim-Philipp Müller · 18 years ago
- f13ad91 gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have no latency configured, just push the buf... by Wim Taymans · 18 years ago
- ce70e0f gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling. by Wim Taymans · 18 years ago
- 076da98 gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling. by Wim Taymans · 18 years ago
- f24c54f gst/rtpmanager/rtpjitterbuffer.c: Include stdlib. by Stefan Kost · 18 years ago
- cdd82f2 gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... by Wim Taymans · 18 years ago
- 366a756 Add stdlib include (free, atoi, exit). by Stefan Kost · 18 years ago
- 31571c8 gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.). by Jens Granseuer · 18 years ago
- 0c4fe98 Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664. by Wim Taymans · 18 years ago
- 2a8cfc6 Document stuff. by Wim Taymans · 18 years ago
- 3bc0597 gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps. by Wim Taymans · 18 years ago
- 720dfeb gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. Work around. by David Schleef · 18 years ago
- 62d401e gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing. by Wim Taymans · 18 years ago
- 15b54ec gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment, gst_qtde... by Stefan Kost · 18 years ago
- 091c2cf gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue_ref, async_jitter_queue_ref_unlocked, a... by Stefan Kost · 18 years ago
- 88f2441 gst/rtpmanager/gstrtpjitterbuffer.c: Pass queries upstream. by Wim Taymans · 18 years ago
- a241c62 gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info. by Wim Taymans · 18 years ago
- 600afaa gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns and does not block. by Wim Taymans · 18 years ago
- e6537bc gst/rtpmanager/gstrtpsession.c: Remove debug. by Wim Taymans · 18 years ago
- a7b8028 gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession object. by Wim Taymans · 18 years ago
- 43f0b87 gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration. by Wim Taymans · 18 years ago
- 3337643 gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable. by Wim Taymans · 18 years ago
- ae536e0 gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED. by Wim Taymans · 18 years ago
- 23883be gst/rtpmanager/gstrtpbin.c: fix for pad name change by Wim Taymans · 18 years ago
- 677b361 gst/rtpmanager/rtpsession.c: Don't use GLib-2.10 API, we only require GLib 2.8 at the moment. by Tim-Philipp Müller · 18 years ago
- 54b3dec configure.ac: Disable rtpmanager for now because it depends on CVS -base. by Wim Taymans · 18 years ago
- 490113d gst/rtpmanager/: Protect lists and structures with locks. by Wim Taymans · 18 years ago