summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpjitterbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* jitterbuffer: cache latency in nanosecondsWim Taymans2009-10-011-3/+6
* docs: fix gtk-doc warningsStefan Kost2009-09-101-1/+1
* jitterbuffer: avoid throwing reordered buffers with same timestampsHåvard Graff2009-09-081-3/+3
* rtpjitterbuffer: Lock clock_rate variableOlivier Crête2009-09-031-18/+31
* jitterbuffer: make sure time does not go backwardsWim Taymans2009-09-011-12/+12
* rtp: Use new gst_iterator_new_single() for the internal linked pads iterationSebastian Dröge2009-08-311-72/+13
* jitterbuffer: Use iterate internal links instead of deprecated get internal l...Sebastian Dröge2009-08-311-14/+75
* Make build without warnings with debugging disabledTim-Philipp Müller2009-08-111-3/+2
* jitterbuffer: prevent overflow in EOS estimationWim Taymans2009-08-111-1/+1
* jitterbuffer: more estimated EOS fixesWim Taymans2009-08-111-6/+18
* jitterbuffer: release lock before pushing EOSWim Taymans2009-08-111-1/+1
* rtpbin: add on_npt_stop signalWim Taymans2009-08-111-12/+167
* Unlock the jitterbuffer before pushing out the packet-lost events.Wim Taymans2009-08-111-5/+8
* gst/rtpmanager/gstrtpjitterbuffer.c: Initialize return value to fix compiler ...Sebastian Dröge2009-08-111-1/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Mark signal arg as static scope.Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to ...Wim Taymans2009-08-111-21/+322
* gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel...Wim Taymans2009-08-111-5/+9
* gst/rtpmanager/: Small cleanups and some more debug info.Wim Taymans2009-08-111-6/+7
* gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ...Wim Taymans2009-08-111-5/+5
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix problem with using the output seqnum...Wim Taymans2009-08-111-27/+45
* gst/rtpmanager/gstrtpjitterbuffer.c: Only update the seqnum-base when it was ...Wim Taymans2009-08-111-5/+7
* gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans2009-08-111-28/+52
* gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before...Olivier Crete2009-08-111-2/+6
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum.Håvard Graff2009-08-111-2/+3
* gst/rtpmanager/: Corrected a typo (interpollate -> interpolate).Peter Kjellerstedt2009-08-111-1/+1
* Final round of doc updates.Stefan Kost2009-08-111-1/+2
* gst/: More doc updates. More xrefs.Stefan Kost2009-08-111-19/+13
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2009-08-111-2/+0
* gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt...Wim Taymans2009-08-111-7/+27
* gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warni...Wim Taymans2009-08-111-4/+4
* gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) dura...Wim Taymans2009-08-111-2/+8
* gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to a...Jan Schmidt2009-08-111-1/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Disable sending out rtp packet lost even...Wim Taymans2009-08-111-14/+52
* gst/rtpmanager/gstrtpjitterbuffer.c: Remove private version of a function tha...Wim Taymans2009-08-111-37/+109
* gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete2009-08-111-0/+5
* gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans2009-08-111-1/+4
* gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the b...Thijs Vermeir2009-08-111-0/+7
* gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend...Olivier Crete2009-08-111-5/+2
* gst/rtpmanager/gstrtpjitterbuffer.c: Remove old unused variable.Olivier Crete2009-08-111-6/+9
* gst/rtpmanager/gstrtpjitterbuffer.c: Don't unref the popped buffer when we do...Wim Taymans2009-08-111-3/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amo...Wim Taymans2009-08-111-4/+2
* gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of...Wim Taymans2009-08-111-22/+25
* gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables.Wim Taymans2009-08-111-13/+13
* gst/rtpmanager/gstrtpjitterbuffer.c: Remove jitter correction code, it's now ...Wim Taymans2009-08-111-66/+42
* gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans2009-08-111-3/+3
* gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.Wim Taymans2009-08-111-75/+78
* gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans2009-08-111-5/+8
* gst/rtpmanager/: Various leak fixes.Wim Taymans2009-08-111-8/+9
* gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans2009-08-111-25/+96