gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to the jitte...
[platform/upstream/gstreamer.git] / gst / rtpmanager / gstrtpbin.c
2009-08-11 Håvard Graffgst/rtpmanager/gstrtpbin.c: Propagate the do-lost and...
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Actually add the do-lost...
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer...
2009-08-11 Wim Taymansgst/rtpmanager/: Also keep track of the first buffer...
2009-08-11 Olivier Cretegst/rtpmanager/gstrtpbin.c: Ref caps when inserting...
2009-08-11 Wim Taymansgst/rtpmanager/: Unset GValues after g_signal_emitv...
2009-08-11 Peter Kjellerstedtgst/rtpmanager/: Avoid leaking pads in the RTP manager.
2009-08-11 Olivier Cretegst/rtpmanager/gstrtpbin.c: Fix small memory leak,...
2009-08-11 Olivier Cretegst/rtpmanager/gstrtpbin.c: Ignore streams that did...
2009-08-11 Olivier Cretegst/rtpmanager/gstrtpbin.c: Also handle lip-sync when...
2009-08-11 Thijs Vermeirgst/rtpmanager/gstrtpbin.c: Fix documentation for lates...
2009-08-11 Thijs Vermeirgst/rtpmanager/gstrtpbin.c: Allow request_new_pad with...
2009-08-11 Wim Taymansgst/rtpmanager/: Fix some leaks.
2009-08-11 Wim Taymansgst/rtpmanager/: Post a message when the SDES infor...
2009-08-11 Wim Taymansgst/rtpmanager/: Add signal to notify of an SDES change.
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.*: Expose SDES items as proper...
2009-08-11 Wim Taymansgst/rtpmanager/: Update comment.
2009-08-11 Laurent Glayalgst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990.
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Fix caps refcounting for...
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Fix crasher in dispose.
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Fix cleanup crasher.
2009-08-11 Wim Taymansgst/rtpmanager/: Add notification of active SSRCs to...
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Link to the right pads...
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Use lock to protect variable.
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Also set NTP base time...
2009-08-11 Wim Taymansgst/rtpmanager/: Various leak fixes.
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Calculate and configure...
2009-08-11 Wim Taymansgst/rtpmanager/: Updated example pipelines in docs.
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Add some more advanced...
2009-08-11 Tim-Philipp MüllerRename all GstRTPFoo structs to GstRtpFoo so that GST_B...
2009-08-11 Wim Taymansgst/rtpmanager/: Remove complicated async queue and...
2009-08-11 Wim TaymansRename elements to avoid conflict with farsight element...
2009-08-11 Wim TaymansDocument stuff.
2009-08-11 David Schleefgst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all...
2009-08-11 Wim Taymansgst/rtpmanager/async_jitter_queue.c: Fix leak when...
2009-08-11 Wim Taymansgst/rtpmanager/async_jitter_queue.c: Fix the case where...
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.*: Make default jitterbuffer...
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: fix for pad name change
2009-08-11 Wim Taymansconfigure.ac: Disable rtpmanager for now because it...
2009-08-11 Wim Taymansgst/rtpmanager/: Protect lists and structures with...
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Emit pt map requests and...
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin-marshal.list: Some more custom...
2009-08-11 Wim Taymansgst/rtpmanager/: Added custom marshallers for signals.
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.*: Provide a clock.
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.c: Fix pad template name parsing.
2009-08-11 Wim Taymansgst/rtpmanager/gstrtpbin.*: Add debugging category.
2009-08-11 Wim Taymansgst/rtpmanager/: Some more ghostpad magic.
2009-08-11 Wim TaymansAdd RTP session management elements. Still in progress.