summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpsession.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-05gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of...Wim Taymans1-0/+1
2007-09-20gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans1-0/+25
2007-09-17gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans1-2/+25
2007-09-15gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans1-1/+33
2007-09-12gst/rtpmanager/: Various leak fixes.Wim Taymans1-0/+2
2007-09-12gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans1-15/+123
2007-09-04gst/rtpmanager/gstrtpsession.c: Make compiler happy: fix compilation with -Wa...Tim-Philipp Müller1-2/+3
2007-09-03gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans1-78/+151
2007-08-29gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments.Wim Taymans1-7/+63
2007-08-29gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ...Wim Taymans1-1/+45
2007-08-28gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans1-3/+6
2007-08-23Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller1-66/+66
2007-08-16gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling.Wim Taymans1-2/+16
2007-08-10gst/rtpmanager/: Remove complicated async queue and replace with more simple ...Wim Taymans1-0/+132
2007-05-28Rename elements to avoid conflict with farsight elements with the same name. ...Wim Taymans1-17/+17
2007-05-23Document stuff.Wim Taymans1-5/+117
2007-04-30gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...Wim Taymans1-6/+10
2007-04-29gst/rtpmanager/gstrtpsession.c: Remove debug.Wim Taymans1-2/+0
2007-04-27gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession o...Wim Taymans1-67/+45
2007-04-25gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration.Wim Taymans1-16/+72
2007-04-25gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED.Wim Taymans1-5/+11
2007-04-25gst/rtpmanager/gstrtpbin.c: fix for pad name changeWim Taymans1-2/+6
2007-04-18configure.ac: Disable rtpmanager for now because it depends on CVS -base.Wim Taymans1-20/+305
2007-04-13gst/rtpmanager/: Protect lists and structures with locks.Wim Taymans1-3/+27
2007-04-05gst/rtpmanager/gstrtpbin.*: Add debugging category.Wim Taymans1-2/+100
2007-04-03Add RTP session management elements. Still in progress.Wim Taymans1-0/+453