summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unlock the jitterbuffer before pushing out the packet-lost events.Wim Taymans2009-08-111-5/+8
* gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use thi...Olivier Crete2009-08-112-0/+28
* gst/rtpmanager/: Rename a method to better reflect what it really does.Wim Taymans2009-08-113-19/+9
* gst/rtpmanager/gstrtpsession.c: Use method to get the internal SSRC.Wim Taymans2009-08-112-2/+16
* gst/rtpmanager/rtpsession.c: Only change the SSRC of the session and reset th...Wim Taymans2009-08-111-6/+8
* gst/rtpmanager/rtpsource.*: When no payload was specified on the caps but the...Wim Taymans2009-08-112-4/+18
* gst/rtpmanager/rtpjitterbuffer.*: Keep track of the last outgoing timestamp a...Arnout Vandecappelle2009-08-112-2/+32
* gst/rtpmanager/rtpsession.c: Make obtain_source return an aditional ref so th...Wim Taymans2009-08-111-9/+18
* gst/rtpmanager/gstrtpbin.c: Reset the sync parameters when clearing the paylo...Wim Taymans2009-08-111-24/+27
* gst/rtpmanager/gstrtpbin.*: Remove a lot of per stream state that is not need...Wim Taymans2009-08-112-66/+67
* gst/rtpmanager/gstrtpsession.c: Fix event leak.Wim Taymans2009-08-111-1/+5
* gst/rtpmanager/rtpsession.c: Add property to configure the RTCP MTU.Wim Taymans2009-08-111-1/+15
* gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS.Wim Taymans2009-08-112-120/+141
* gst/rtpmanager/gstrtpbin.c: Also unref the target pad for unknown pads.Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/gstrtpbin.c: Release the right pads on rtpbin. Fixes #561752.Olivier Crete2009-08-111-6/+12
* gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when pro...Wim Taymans2009-08-116-60/+213
* 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-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