summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager
AgeCommit message (Expand)AuthorFilesLines
2008-05-26Don't use _gst_pad().Wim Taymans1-3/+3
2008-05-16docs/Makefile.am: Don't attempt to build plugin docs when they're disabled.Jan Schmidt1-4/+6
2008-05-14gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warni...Wim Taymans1-4/+4
2008-05-13gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object.Wim Taymans1-0/+5
2008-05-12gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) dura...Wim Taymans1-2/+8
2008-05-12gst/rtpmanager/gstrtpsession.c: Make sure to unref the rtpsession returned by...Peter Kjellerstedt1-0/+3
2008-05-12gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to a...Jan Schmidt1-1/+1
2008-05-09gst/rtpmanager/rtpsource.c: Make sure to unref the caps used by RTPSource to ...Peter Kjellerstedt1-0/+2
2008-05-08gst/rtpmanager/rtpsession.c: Unlock the session lock when calling one of our ...Olivier Crete1-0/+8
2008-05-08gst/rtpmanager/gstrtpsession.c: Send RTP BYE command on EOS. Fixes bug #531955.Sjoerd Simons1-0/+1
2008-04-25gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too.Wim Taymans2-2/+18
2008-04-25gst/rtpmanager/gstrtpjitterbuffer.c: Disable sending out rtp packet lost even...Wim Taymans1-14/+52
2008-04-25gst/rtpmanager/gstrtpjitterbuffer.c: Remove private version of a function tha...Wim Taymans1-37/+109
2008-04-25gst/rtpmanager/gstrtpsession.c: Set up some internal links functions for the ...Wim Taymans1-0/+33
2008-04-25gst/rtpmanager/: Also keep track of the first buffer timestamp together with ...Wim Taymans5-1/+11
2008-04-21gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete4-14/+41
2008-04-17gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans4-5/+28
2008-04-09gst/rtpmanager/: Avoid leaking pads in the RTP manager.Peter Kjellerstedt2-0/+24
2008-03-11gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman...Olivier Crete4-22/+253
2008-03-11gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...Ole André Vadla Ravnås1-4/+36
2008-03-11gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h...Stefan Kost1-1/+1
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-29gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the b...Thijs Vermeir1-0/+7
2008-01-25gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not p...Olivier Crete1-3/+47
2008-01-25gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend...Olivier Crete3-32/+11
2008-01-25gst/rtpmanager/gstrtpjitterbuffer.c: Remove old unused variable.Olivier Crete1-6/+9
2008-01-25gst/rtpmanager/rtpsource.c: Fix unref of buffer using the wrong function. Fi...Olivier Crete1-1/+1
2008-01-11gst/rtpmanager/gstrtpsession.c: If we find the caps in the cache, use it to p...Wim Taymans1-4/+3
2008-01-11gst/rtpmanager/: Make it possible to use different user_data for each of the ...Youness Alaoui3-22/+174
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
2008-01-09gst/rtpmanager/gstrtpsession.c: Don't set fixed caps, we can basically do eve...Wim Taymans1-1/+0
2008-01-04gst/rtpmanager/gstrtpjitterbuffer.c: Don't unref the popped buffer when we do...Wim Taymans1-3/+1
2007-12-31gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED.Wim Taymans1-0/+1
2007-12-12gst/rtpmanager/: Clean up the dynamic pads when going to READY.Wim Taymans2-30/+41
2007-12-12gst/rtpmanager/: Fix some leaks.Wim Taymans3-0/+17
2007-12-10gst/rtpmanager/: Post a message when the SDES infor changes for a source.Wim Taymans4-3/+118
2007-12-10gst/rtpmanager/: Add signal to notify of an SDES change.Wim Taymans20-38/+85
2007-12-10gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the...Wim Taymans3-2/+200
2007-12-10gst/rtpmanager/: Update comment.Wim Taymans7-322/+996
2007-11-22gst/rtpmanager/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amo...Wim Taymans1-4/+2
2007-11-02gst/rtpmanager/gstrtpsession.c: Fix bad function signatures (#492798).Ole André Vadla Ravnås1-3/+3
2007-10-09gst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990.Laurent Glayal1-0/+1
2007-10-08gst/: Fix compiler warnings shown by Forte.Jan Schmidt1-3/+3
2007-10-08gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps.Wim Taymans4-46/+90
2007-10-05gst/rtpmanager/rtpsession.c: When reconsidering RTCP timeouts, set the next t...Wim Taymans1-11/+32
2007-10-05gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of...Wim Taymans5-46/+35
2007-10-02gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables.Wim Taymans3-29/+73
2007-09-28gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose.Wim Taymans2-7/+8