summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpjitterbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-3/+2
2009-04-15jitterbuffer: prevent overflow in EOS estimationWim Taymans1-1/+1
2009-04-15jitterbuffer: more estimated EOS fixesWim Taymans1-6/+18
2009-04-15jitterbuffer: release lock before pushing EOSWim Taymans1-1/+1
2009-03-27rtpbin: add on_npt_stop signalWim Taymans1-12/+167
2009-01-22Unlock the jitterbuffer before pushing out the packet-lost events.Wim Taymans1-5/+8
2008-11-20gst/rtpmanager/gstrtpjitterbuffer.c: Initialize return value to fix compiler ...Sebastian Dröge1-1/+1
2008-11-19gst/rtpmanager/gstrtpjitterbuffer.c: Mark signal arg as static scope.Wim Taymans1-1/+1
2008-11-19gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to ...Wim Taymans1-21/+322
2008-11-17gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel...Wim Taymans1-5/+9
2008-11-13gst/rtpmanager/: Small cleanups and some more debug info.Wim Taymans1-6/+7
2008-11-10gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ...Wim Taymans1-5/+5
2008-10-16gst/rtpmanager/gstrtpjitterbuffer.c: Fix problem with using the output seqnum...Wim Taymans1-27/+45
2008-10-07gst/rtpmanager/gstrtpjitterbuffer.c: Only update the seqnum-base when it was ...Wim Taymans1-5/+7
2008-09-05gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans1-28/+52
2008-08-05gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before...Olivier Crete1-2/+6
2008-08-05gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum.Håvard Graff1-2/+3
2008-07-03gst/rtpmanager/: Corrected a typo (interpollate -> interpolate).Peter Kjellerstedt1-1/+1
2008-06-16Final round of doc updates.Stefan Kost1-1/+2
2008-06-16gst/: More doc updates. More xrefs.Stefan Kost1-19/+13
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-2/+0
2008-05-26gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt...Wim Taymans1-7/+27
2008-05-14gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warni...Wim Taymans1-4/+4
2008-05-12gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) dura...Wim Taymans1-2/+8
2008-05-12gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to a...Jan Schmidt1-1/+1
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-21gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete1-0/+5
2008-04-17gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans1-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/: Remove the fixed clock-rate from the jitterbuffer and extend...Olivier Crete1-5/+2
2008-01-25gst/rtpmanager/gstrtpjitterbuffer.c: Remove old unused variable.Olivier Crete1-6/+9
2008-01-04gst/rtpmanager/gstrtpjitterbuffer.c: Don't unref the popped buffer when we do...Wim Taymans1-3/+1
2007-11-22gst/rtpmanager/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amo...Wim Taymans1-4/+2
2007-10-05gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of...Wim Taymans1-22/+25
2007-10-02gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables.Wim Taymans1-13/+13
2007-09-28gst/rtpmanager/gstrtpjitterbuffer.c: Remove jitter correction code, it's now ...Wim Taymans1-66/+42
2007-09-17gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans1-3/+3
2007-09-16gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.Wim Taymans1-75/+78
2007-09-15gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans1-5/+8
2007-09-12gst/rtpmanager/: Various leak fixes.Wim Taymans1-8/+9
2007-09-12gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans1-1/+1
2007-09-03gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans1-25/+96
2007-08-31gst/rtpmanager/gstrtpjitterbuffer.c: Use extended timestamp to release buffer...Wim Taymans1-13/+23
2007-08-29gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments.Wim Taymans1-3/+3
2007-08-27gst/rtpmanager/gstrtpjitterbuffer.c: When synchronizing buffers, take peer la...Wim Taymans1-1/+14
2007-08-23Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller1-43/+43
2007-08-21gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have ...Wim Taymans1-4/+6
2007-08-16gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling.Wim Taymans1-12/+21
2007-08-10gst/rtpmanager/: Remove complicated async queue and replace with more simple ...Wim Taymans1-137/+116