summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.c
Commit message (Expand)AuthorAgeFilesLines
* gst/rtpmanager/gstrtpbin.c: Reset the sync parameters when clearing the paylo...Wim Taymans2009-08-111-24/+27
* gst/rtpmanager/gstrtpbin.*: Remove a lot of per stream state that is not need...Wim Taymans2009-08-111-66/+66
* gst/rtpmanager/gstrtpbin.c: Also unref the target pad for unknown pads.Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/gstrtpbin.c: Release the right pads on rtpbin. Fixes #561752.Olivier Crete2009-08-111-6/+12
* gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to ...Wim Taymans2009-08-111-97/+34
* gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel...Wim Taymans2009-08-111-48/+6
* gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.Håvard Graff2009-08-111-0/+35
* gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.Wim Taymans2009-08-111-4/+95
* gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh...Wim Taymans2009-08-111-7/+34
* gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans2009-08-111-16/+44
* gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans2009-08-111-4/+23
* gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.Stefan Kost2009-08-111-1/+2
* gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s...Olivier Crete2009-08-111-0/+13
* gst/: More doc updates. More xrefs.Stefan Kost2009-08-111-45/+29
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2009-08-111-1/+0
* gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i...Wim Taymans2009-08-111-3/+19
* gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down.Wim Taymans2009-08-111-7/+58
* gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t...Håvard Graff2009-08-111-0/+24
* gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object.Wim Taymans2009-08-111-0/+5
* gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too.Wim Taymans2009-08-111-2/+17
* gst/rtpmanager/: Also keep track of the first buffer timestamp together with ...Wim Taymans2009-08-111-0/+3
* gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete2009-08-111-7/+11
* gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans2009-08-111-2/+16
* 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