summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager
AgeCommit message (Expand)AuthorFilesLines
2009-01-22Unlock the jitterbuffer before pushing out the packet-lost events.Wim Taymans1-5/+8
2009-01-02gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use thi...Olivier Crete2-0/+28
2009-01-02gst/rtpmanager/: Rename a method to better reflect what it really does.Wim Taymans3-19/+9
2008-12-29gst/rtpmanager/gstrtpsession.c: Use method to get the internal SSRC.Wim Taymans2-2/+16
2008-12-29gst/rtpmanager/rtpsession.c: Only change the SSRC of the session and reset th...Wim Taymans1-6/+8
2008-12-29gst/rtpmanager/rtpsource.*: When no payload was specified on the caps but the...Wim Taymans2-4/+18
2008-12-23gst/rtpmanager/rtpjitterbuffer.*: Keep track of the last outgoing timestamp a...Arnout Vandecappelle2-2/+32
2008-11-26gst/rtpmanager/rtpsession.c: Make obtain_source return an aditional ref so th...Wim Taymans1-9/+18
2008-11-26gst/rtpmanager/gstrtpbin.c: Reset the sync parameters when clearing the paylo...Wim Taymans1-24/+27
2008-11-26gst/rtpmanager/gstrtpbin.*: Remove a lot of per stream state that is not need...Wim Taymans2-66/+67
2008-11-25gst/rtpmanager/gstrtpsession.c: Fix event leak.Wim Taymans1-1/+5
2008-11-22gst/rtpmanager/rtpsession.c: Add property to configure the RTCP MTU.Wim Taymans1-1/+15
2008-11-22gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS.Wim Taymans2-120/+141
2008-11-22gst/rtpmanager/gstrtpbin.c: Also unref the target pad for unknown pads.Wim Taymans1-1/+1
2008-11-21gst/rtpmanager/gstrtpbin.c: Release the right pads on rtpbin. Fixes #561752.Olivier Crete1-6/+12
2008-11-20gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when pro...Wim Taymans6-60/+213
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 Taymans6-139/+382
2008-11-17gst/rtpmanager/rtpsource.c: Fix GST_DEBUG call to only have as many arguments...Sebastian Dröge1-1/+1
2008-11-17gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel...Wim Taymans7-62/+48
2008-11-13gst/rtpmanager/: Small cleanups and some more debug info.Wim Taymans2-7/+13
2008-11-10gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ...Wim Taymans1-5/+5
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-16gst/rtpmanager/gstrtpjitterbuffer.c: Fix problem with using the output seqnum...Wim Taymans2-28/+46
2008-10-16gst/rtpmanager/gstrtpsession.c: Install event handler on the rtcp_src pad, ma...Wim Taymans1-0/+29
2008-10-07gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.Håvard Graff6-16/+85
2008-10-07gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.Wim Taymans2-4/+197
2008-10-07gst/rtpmanager/gstrtpjitterbuffer.c: Only update the seqnum-base when it was ...Wim Taymans1-5/+7
2008-09-30gst/rtpmanager/rtpsession.c: Ref the rtpsource object before we release the s...Wim Taymans1-0/+18
2008-09-23gst/rtpmanager/: Fix some docs.Wim Taymans3-1/+4
2008-09-17Fix compiler warnings on OS/XJan Schmidt1-1/+1
2008-09-13gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh...Wim Taymans1-7/+34
2008-09-05gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans13-107/+218
2008-08-28gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...Wim Taymans3-6/+22
2008-08-13gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans6-8/+88
2008-08-11gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.Stefan Kost1-1/+2
2008-08-05gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before...Olivier Crete3-2/+13
2008-08-05gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum.Håvard Graff1-2/+3
2008-08-05gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s...Olivier Crete1-0/+13
2008-07-03gst/rtpmanager/: Corrected a typo (interpollate -> interpolate).Peter Kjellerstedt2-3/+3
2008-07-03gst/rtpmanager/: Changed some GST_DEBUG() to GST_LOG() to reduce the spam whe...Peter Kjellerstedt3-19/+18
2008-07-03gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_ge...Peter Kjellerstedt3-91/+85
2008-06-16Final round of doc updates.Stefan Kost1-1/+2
2008-06-16gst/: More doc updates. More xrefs.Stefan Kost6-153/+100
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost6-7/+0
2008-06-06gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i...Wim Taymans1-3/+19
2008-05-27gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down.Wim Taymans1-7/+58
2008-05-26gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt...Wim Taymans3-38/+61
2008-05-26gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t...Håvard Graff1-0/+24