summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-05gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans1-16/+44
2008-08-13gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans1-4/+23
2008-08-11gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.Stefan Kost1-1/+2
2008-08-05gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s...Olivier Crete1-0/+13
2008-06-16gst/: More doc updates. More xrefs.Stefan Kost1-45/+29
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-1/+0
2008-06-06gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i...Wim Taymans1-3/+19
2008-05-27gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down.Wim Taymans1-7/+58
2008-05-26gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t...Håvard Graff1-0/+24
2008-05-13gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object.Wim Taymans1-0/+5
2008-04-25gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too.Wim Taymans1-2/+17
2008-04-25gst/rtpmanager/: Also keep track of the first buffer timestamp together with ...Wim Taymans1-0/+3
2008-04-21gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete1-7/+11
2008-04-17gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans1-2/+16
2008-04-09gst/rtpmanager/: Avoid leaking pads in the RTP manager.Peter Kjellerstedt1-0/+15
2008-02-20gst/rtpmanager/gstrtpbin.c: Fix small memory leak, leaking caps. Fixes #bug 5...Olivier Crete1-0/+2
2008-02-14gst/rtpmanager/gstrtpbin.c: Ignore streams that did not receive an SR packet ...Olivier Crete1-1/+4
2008-01-25gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not p...Olivier Crete1-3/+47
2008-01-10gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patchThijs Vermeir1-2/+2
2008-01-10gst/rtpmanager/gstrtpbin.c: Allow request_new_pad with name NULL (bug #508515)Thijs Vermeir1-4/+46
2007-12-12gst/rtpmanager/: Fix some leaks.Wim Taymans1-0/+10
2007-12-10gst/rtpmanager/: Post a message when the SDES infor changes for a source.Wim Taymans1-0/+49
2007-12-10gst/rtpmanager/: Add signal to notify of an SDES change.Wim Taymans1-5/+28
2007-12-10gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the...Wim Taymans1-1/+193
2007-12-10gst/rtpmanager/: Update comment.Wim Taymans1-0/+1
2007-10-09gst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990.Laurent Glayal1-0/+1
2007-10-08gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps.Wim Taymans1-11/+18
2007-09-28gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose.Wim Taymans1-2/+1
2007-09-26gst/rtpmanager/gstrtpbin.c: Fix cleanup crasher.Wim Taymans1-2/+3
2007-09-20gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans1-0/+23
2007-09-17gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans1-2/+5
2007-09-16gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.Wim Taymans1-0/+4
2007-09-15gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans1-0/+3
2007-09-12gst/rtpmanager/: Various leak fixes.Wim Taymans1-3/+75
2007-09-12gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans1-3/+28
2007-09-03gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans1-47/+423
2007-08-28gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans1-1/+47
2007-08-23Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller1-83/+83
2007-08-10gst/rtpmanager/: Remove complicated async queue and replace with more simple ...Wim Taymans1-0/+141
2007-05-28Rename elements to avoid conflict with farsight elements with the same name. ...Wim Taymans1-43/+46
2007-05-23Document stuff.Wim Taymans1-8/+58
2007-05-15gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W...David Schleef1-0/+11
2007-05-14gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing.Wim Taymans1-0/+25
2007-04-30gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...Wim Taymans1-21/+30
2007-04-25gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable.Wim Taymans1-1/+18
2007-04-25gst/rtpmanager/gstrtpbin.c: fix for pad name changeWim Taymans1-1/+1
2007-04-18configure.ac: Disable rtpmanager for now because it depends on CVS -base.Wim Taymans1-13/+15
2007-04-13gst/rtpmanager/: Protect lists and structures with locks.Wim Taymans1-9/+42
2007-04-12gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results.Wim Taymans1-50/+41
2007-04-11gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers.Wim Taymans1-6/+122