summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.c
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtpmanager/: Avoid leaking pads in the RTP manager.Peter Kjellerstedt2009-08-111-0/+15
* gst/rtpmanager/gstrtpbin.c: Fix small memory leak, leaking caps. Fixes #bug 5...Olivier Crete2009-08-111-0/+2
* gst/rtpmanager/gstrtpbin.c: Ignore streams that did not receive an SR packet ...Olivier Crete2009-08-111-1/+4
* gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not p...Olivier Crete2009-08-111-3/+47
* gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patchThijs Vermeir2009-08-111-2/+2
* gst/rtpmanager/gstrtpbin.c: Allow request_new_pad with name NULL (bug #508515)Thijs Vermeir2009-08-111-4/+46
* gst/rtpmanager/: Fix some leaks.Wim Taymans2009-08-111-0/+10
* gst/rtpmanager/: Post a message when the SDES infor changes for a source.Wim Taymans2009-08-111-0/+49
* gst/rtpmanager/: Add signal to notify of an SDES change.Wim Taymans2009-08-111-5/+28
* gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the...Wim Taymans2009-08-111-1/+193
* gst/rtpmanager/: Update comment.Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990.Laurent Glayal2009-08-111-0/+1
* gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps.Wim Taymans2009-08-111-11/+18
* gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose.Wim Taymans2009-08-111-2/+1
* gst/rtpmanager/gstrtpbin.c: Fix cleanup crasher.Wim Taymans2009-08-111-2/+3
* gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans2009-08-111-0/+23
* gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans2009-08-111-2/+5
* gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.Wim Taymans2009-08-111-0/+4
* gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans2009-08-111-0/+3
* gst/rtpmanager/: Various leak fixes.Wim Taymans2009-08-111-3/+75
* gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans2009-08-111-3/+28
* gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans2009-08-111-47/+423
* gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans2009-08-111-1/+47
* Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller2009-08-111-83/+83
* gst/rtpmanager/: Remove complicated async queue and replace with more simple ...Wim Taymans2009-08-111-0/+141
* Rename elements to avoid conflict with farsight elements with the same name. ...Wim Taymans2009-08-111-43/+46
* Document stuff.Wim Taymans2009-08-111-8/+58
* gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W...David Schleef2009-08-111-0/+11
* gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing.Wim Taymans2009-08-111-0/+25
* gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...Wim Taymans2009-08-111-21/+30
* gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable.Wim Taymans2009-08-111-1/+18
* gst/rtpmanager/gstrtpbin.c: fix for pad name changeWim Taymans2009-08-111-1/+1
* configure.ac: Disable rtpmanager for now because it depends on CVS -base.Wim Taymans2009-08-111-13/+15
* gst/rtpmanager/: Protect lists and structures with locks.Wim Taymans2009-08-111-9/+42
* gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results.Wim Taymans2009-08-111-50/+41
* gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers.Wim Taymans2009-08-111-6/+122
* gst/rtpmanager/: Added custom marshallers for signals.Wim Taymans2009-08-111-2/+9
* gst/rtpmanager/gstrtpbin.*: Provide a clock.Wim Taymans2009-08-111-0/+14
* gst/rtpmanager/gstrtpbin.c: Fix pad template name parsing.Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/gstrtpbin.*: Add debugging category.Wim Taymans2009-08-111-12/+273
* gst/rtpmanager/: Some more ghostpad magic.Wim Taymans2009-08-111-4/+344
* Add RTP session management elements. Still in progress.Wim Taymans2009-08-111-0/+279