summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpssrcdemux.c
Commit message (Expand)AuthorAgeFilesLines
* rtp: Use new gst_iterator_new_single() for the internal linked pads iterationSebastian Dröge2009-08-311-75/+19
* rtpssrcdemux: Use iterate internal links instead of deprecated get internal l...Sebastian Dröge2009-08-311-23/+83
* ssrcdemux: emit signal when pads are removedAli Sabil2009-08-111-0/+74
* rtpssrcdemux: drop unexpected RTCP packetsWim Taymans2009-08-111-1/+7
* gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to ...Wim Taymans2009-08-111-8/+1
* gst/: More doc updates. More xrefs.Stefan Kost2009-08-111-12/+7
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2009-08-111-1/+0
* gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED.Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/: Clean up the dynamic pads when going to READY.Wim Taymans2009-08-111-9/+22
* gst/rtpmanager/: Add signal to notify of an SDES change.Wim Taymans2009-08-111-2/+2
* gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps.Wim Taymans2009-08-111-0/+2
* gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of...Wim Taymans2009-08-111-1/+0
* gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans2009-08-111-17/+19
* gst/rtpmanager/: Various leak fixes.Wim Taymans2009-08-111-0/+16
* gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans2009-08-111-3/+113
* gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans2009-08-111-26/+184
* Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller2009-08-111-17/+17
* Rename elements to avoid conflict with farsight elements with the same name. ...Wim Taymans2009-08-111-4/+4
* Document stuff.Wim Taymans2009-08-111-1/+36
* gst/rtpmanager/: Added custom marshallers for signals.Wim Taymans2009-08-111-2/+4
* gst/rtpmanager/gstrtpbin.*: Add debugging category.Wim Taymans2009-08-111-18/+32
* gst/rtpmanager/: Added simple SSRC demuxer.Wim Taymans2009-08-111-0/+303