summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager
Commit message (Expand)AuthorAgeFilesLines
...
* 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-116-139/+382
* gst/rtpmanager/rtpsource.c: Fix GST_DEBUG call to only have as many arguments...Sebastian Dröge2009-08-111-1/+1
* gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel...Wim Taymans2009-08-117-62/+48
* gst/rtpmanager/: Small cleanups and some more debug info.Wim Taymans2009-08-112-7/+13
* gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ...Wim Taymans2009-08-111-5/+5
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2009-08-111-0/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix problem with using the output seqnum...Wim Taymans2009-08-112-28/+46
* gst/rtpmanager/gstrtpsession.c: Install event handler on the rtcp_src pad, ma...Wim Taymans2009-08-111-0/+29
* gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.Håvard Graff2009-08-116-16/+85
* gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.Wim Taymans2009-08-112-4/+197
* gst/rtpmanager/gstrtpjitterbuffer.c: Only update the seqnum-base when it was ...Wim Taymans2009-08-111-5/+7
* gst/rtpmanager/rtpsession.c: Ref the rtpsource object before we release the s...Wim Taymans2009-08-111-0/+18
* gst/rtpmanager/: Fix some docs.Wim Taymans2009-08-113-1/+4
* Fix compiler warnings on OS/XJan Schmidt2009-08-111-1/+1
* gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh...Wim Taymans2009-08-111-7/+34
* gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans2009-08-1113-107/+218
* gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...Wim Taymans2009-08-113-6/+22
* gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans2009-08-116-8/+88
* gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.Stefan Kost2009-08-111-1/+2
* gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before...Olivier Crete2009-08-113-2/+13
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum.Håvard Graff2009-08-111-2/+3
* gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s...Olivier Crete2009-08-111-0/+13
* gst/rtpmanager/: Corrected a typo (interpollate -> interpolate).Peter Kjellerstedt2009-08-112-3/+3
* gst/rtpmanager/: Changed some GST_DEBUG() to GST_LOG() to reduce the spam whe...Peter Kjellerstedt2009-08-113-19/+18
* gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_ge...Peter Kjellerstedt2009-08-113-91/+85
* Final round of doc updates.Stefan Kost2009-08-111-1/+2
* gst/: More doc updates. More xrefs.Stefan Kost2009-08-116-153/+100
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2009-08-116-7/+0
* gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i...Wim Taymans2009-08-111-3/+19
* gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down.Wim Taymans2009-08-111-7/+58
* gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt...Wim Taymans2009-08-113-38/+61
* gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t...Håvard Graff2009-08-111-0/+24
* Don't use _gst_pad().Wim Taymans2009-08-111-3/+3
* docs/Makefile.am: Don't attempt to build plugin docs when they're disabled.Jan Schmidt2009-08-111-4/+6
* gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warni...Wim Taymans2009-08-111-4/+4
* gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object.Wim Taymans2009-08-111-0/+5
* gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) dura...Wim Taymans2009-08-111-2/+8
* gst/rtpmanager/gstrtpsession.c: Make sure to unref the rtpsession returned by...Peter Kjellerstedt2009-08-111-0/+3
* gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to a...Jan Schmidt2009-08-111-1/+1
* gst/rtpmanager/rtpsource.c: Make sure to unref the caps used by RTPSource to ...Peter Kjellerstedt2009-08-111-0/+2
* gst/rtpmanager/rtpsession.c: Unlock the session lock when calling one of our ...Olivier Crete2009-08-111-0/+8
* gst/rtpmanager/gstrtpsession.c: Send RTP BYE command on EOS. Fixes bug #531955.Sjoerd Simons2009-08-111-0/+1
* gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too.Wim Taymans2009-08-112-2/+18
* 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/gstrtpsession.c: Set up some internal links functions for the ...Wim Taymans2009-08-111-0/+33
* gst/rtpmanager/: Also keep track of the first buffer timestamp together with ...Wim Taymans2009-08-115-1/+11
* gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete2009-08-114-14/+41
* gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans2009-08-114-5/+28