summaryrefslogtreecommitdiff
path: root/gst/rtpmanager
Commit message (Expand)AuthorAgeFilesLines
* rtpbin: don't return FALSE on seek eventsWim Taymans2009-03-131-0/+1
* gstrtpbin: Don't forward revc events to senderOlivier Crête2009-02-261-4/+0
* docs: various doc fixesStefan Kost2009-02-251-1/+1
* Send BYE packets immediatly for small sessionsWim Taymans2009-01-231-0/+4
* Unlock the jitterbuffer before pushing out the packet-lost events.Wim Taymans2009-01-221-5/+8
* gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use thi...Olivier Crete2009-01-022-0/+28
* gst/rtpmanager/: Rename a method to better reflect what it really does.Wim Taymans2009-01-023-19/+9
* gst/rtpmanager/gstrtpsession.c: Use method to get the internal SSRC.Wim Taymans2008-12-292-2/+16
* gst/rtpmanager/rtpsession.c: Only change the SSRC of the session and reset th...Wim Taymans2008-12-291-6/+8
* gst/rtpmanager/rtpsource.*: When no payload was specified on the caps but the...Wim Taymans2008-12-292-4/+18
* gst/rtpmanager/rtpjitterbuffer.*: Keep track of the last outgoing timestamp a...Arnout Vandecappelle2008-12-232-2/+32
* gst/rtpmanager/rtpsession.c: Make obtain_source return an aditional ref so th...Wim Taymans2008-11-261-9/+18
* gst/rtpmanager/gstrtpbin.c: Reset the sync parameters when clearing the paylo...Wim Taymans2008-11-261-24/+27
* gst/rtpmanager/gstrtpbin.*: Remove a lot of per stream state that is not need...Wim Taymans2008-11-262-66/+67
* gst/rtpmanager/gstrtpsession.c: Fix event leak.Wim Taymans2008-11-251-1/+5
* gst/rtpmanager/rtpsession.c: Add property to configure the RTCP MTU.Wim Taymans2008-11-221-1/+15
* gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS.Wim Taymans2008-11-222-120/+141
* gst/rtpmanager/gstrtpbin.c: Also unref the target pad for unknown pads.Wim Taymans2008-11-221-1/+1
* gst/rtpmanager/gstrtpbin.c: Release the right pads on rtpbin. Fixes #561752.Olivier Crete2008-11-211-6/+12
* gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when pro...Wim Taymans2008-11-206-60/+213
* gst/rtpmanager/gstrtpjitterbuffer.c: Initialize return value to fix compiler ...Sebastian Dröge2008-11-201-1/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Mark signal arg as static scope.Wim Taymans2008-11-191-1/+1
* gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to ...Wim Taymans2008-11-196-139/+382
* gst/rtpmanager/rtpsource.c: Fix GST_DEBUG call to only have as many arguments...Sebastian Dröge2008-11-171-1/+1
* gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel...Wim Taymans2008-11-177-62/+48
* gst/rtpmanager/: Small cleanups and some more debug info.Wim Taymans2008-11-132-7/+13
* gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ...Wim Taymans2008-11-101-5/+5
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix problem with using the output seqnum...Wim Taymans2008-10-162-28/+46
* gst/rtpmanager/gstrtpsession.c: Install event handler on the rtcp_src pad, ma...Wim Taymans2008-10-161-0/+29
* gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.Håvard Graff2008-10-076-16/+85
* gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.Wim Taymans2008-10-072-4/+197
* gst/rtpmanager/gstrtpjitterbuffer.c: Only update the seqnum-base when it was ...Wim Taymans2008-10-071-5/+7
* gst/rtpmanager/rtpsession.c: Ref the rtpsource object before we release the s...Wim Taymans2008-09-301-0/+18
* gst/rtpmanager/: Fix some docs.Wim Taymans2008-09-233-1/+4
* Fix compiler warnings on OS/XJan Schmidt2008-09-171-1/+1
* gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh...Wim Taymans2008-09-131-7/+34
* gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans2008-09-0513-107/+218
* gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...Wim Taymans2008-08-283-6/+22
* gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans2008-08-136-8/+88
* gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.Stefan Kost2008-08-111-1/+2
* gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before...Olivier Crete2008-08-053-2/+13
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum.Håvard Graff2008-08-051-2/+3
* gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s...Olivier Crete2008-08-051-0/+13
* gst/rtpmanager/: Corrected a typo (interpollate -> interpolate).Peter Kjellerstedt2008-07-032-3/+3
* gst/rtpmanager/: Changed some GST_DEBUG() to GST_LOG() to reduce the spam whe...Peter Kjellerstedt2008-07-033-19/+18
* gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_ge...Peter Kjellerstedt2008-07-033-91/+85
* Final round of doc updates.Stefan Kost2008-06-161-1/+2
* gst/: More doc updates. More xrefs.Stefan Kost2008-06-166-153/+100
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-126-7/+0