Age | Commit message (Expand) | Author | Files | Lines |
2008-10-07 | gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal. | Håvard Graff | 6 | -16/+85 |
2008-10-07 | gst/rtpmanager/gstrtpbin.c: Release pads of the session manager. | Wim Taymans | 2 | -4/+197 |
2008-10-07 | gst/rtpmanager/gstrtpjitterbuffer.c: Only update the seqnum-base when it was ... | Wim Taymans | 1 | -5/+7 |
2008-09-30 | gst/rtpmanager/rtpsession.c: Ref the rtpsource object before we release the s... | Wim Taymans | 1 | -0/+18 |
2008-09-23 | gst/rtpmanager/: Fix some docs. | Wim Taymans | 3 | -1/+4 |
2008-09-17 | Fix compiler warnings on OS/X | Jan Schmidt | 1 | -1/+1 |
2008-09-13 | gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh... | Wim Taymans | 1 | -7/+34 |
2008-09-05 | gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco... | Wim Taymans | 13 | -107/+218 |
2008-08-28 | gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us... | Wim Taymans | 3 | -6/+22 |
2008-08-13 | gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect... | Wim Taymans | 6 | -8/+88 |
2008-08-11 | gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log. | Stefan Kost | 1 | -1/+2 |
2008-08-05 | gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before... | Olivier Crete | 3 | -2/+13 |
2008-08-05 | gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum. | Håvard Graff | 1 | -2/+3 |
2008-08-05 | gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s... | Olivier Crete | 1 | -0/+13 |
2008-07-03 | gst/rtpmanager/: Corrected a typo (interpollate -> interpolate). | Peter Kjellerstedt | 2 | -3/+3 |
2008-07-03 | gst/rtpmanager/: Changed some GST_DEBUG() to GST_LOG() to reduce the spam whe... | Peter Kjellerstedt | 3 | -19/+18 |
2008-07-03 | gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_ge... | Peter Kjellerstedt | 3 | -91/+85 |
2008-06-16 | Final round of doc updates. | Stefan Kost | 1 | -1/+2 |
2008-06-16 | gst/: More doc updates. More xrefs. | Stefan Kost | 6 | -153/+100 |
2008-06-12 | Do not use short_description in section docs for elements. We extract them fr... | Stefan Kost | 6 | -7/+0 |
2008-06-06 | gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i... | Wim Taymans | 1 | -3/+19 |
2008-05-27 | gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down. | Wim Taymans | 1 | -7/+58 |
2008-05-26 | gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt... | Wim Taymans | 3 | -38/+61 |
2008-05-26 | gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t... | Håvard Graff | 1 | -0/+24 |
2008-05-26 | Don't use _gst_pad(). | Wim Taymans | 1 | -3/+3 |
2008-05-16 | docs/Makefile.am: Don't attempt to build plugin docs when they're disabled. | Jan Schmidt | 1 | -4/+6 |
2008-05-14 | gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warni... | Wim Taymans | 1 | -4/+4 |
2008-05-13 | gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object. | Wim Taymans | 1 | -0/+5 |
2008-05-12 | gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) dura... | Wim Taymans | 1 | -2/+8 |
2008-05-12 | gst/rtpmanager/gstrtpsession.c: Make sure to unref the rtpsession returned by... | Peter Kjellerstedt | 1 | -0/+3 |
2008-05-12 | gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to a... | Jan Schmidt | 1 | -1/+1 |
2008-05-09 | gst/rtpmanager/rtpsource.c: Make sure to unref the caps used by RTPSource to ... | Peter Kjellerstedt | 1 | -0/+2 |
2008-05-08 | gst/rtpmanager/rtpsession.c: Unlock the session lock when calling one of our ... | Olivier Crete | 1 | -0/+8 |
2008-05-08 | gst/rtpmanager/gstrtpsession.c: Send RTP BYE command on EOS. Fixes bug #531955. | Sjoerd Simons | 1 | -0/+1 |
2008-04-25 | gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too. | Wim Taymans | 2 | -2/+18 |
2008-04-25 | gst/rtpmanager/gstrtpjitterbuffer.c: Disable sending out rtp packet lost even... | Wim Taymans | 1 | -14/+52 |
2008-04-25 | gst/rtpmanager/gstrtpjitterbuffer.c: Remove private version of a function tha... | Wim Taymans | 1 | -37/+109 |
2008-04-25 | gst/rtpmanager/gstrtpsession.c: Set up some internal links functions for the ... | Wim Taymans | 1 | -0/+33 |
2008-04-25 | gst/rtpmanager/: Also keep track of the first buffer timestamp together with ... | Wim Taymans | 5 | -1/+11 |
2008-04-21 | gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache. | Olivier Crete | 4 | -14/+41 |
2008-04-17 | gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou... | Wim Taymans | 4 | -5/+28 |
2008-04-09 | gst/rtpmanager/: Avoid leaking pads in the RTP manager. | Peter Kjellerstedt | 2 | -0/+24 |
2008-03-11 | gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman... | Olivier Crete | 4 | -22/+253 |
2008-03-11 | gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread... | Ole André Vadla Ravnås | 1 | -4/+36 |
2008-03-11 | gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h... | Stefan Kost | 1 | -1/+1 |
2008-02-20 | gst/rtpmanager/gstrtpbin.c: Fix small memory leak, leaking caps. Fixes #bug 5... | Olivier Crete | 1 | -0/+2 |
2008-02-14 | gst/rtpmanager/gstrtpbin.c: Ignore streams that did not receive an SR packet ... | Olivier Crete | 1 | -1/+4 |
2008-01-29 | gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the b... | Thijs Vermeir | 1 | -0/+7 |
2008-01-25 | gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not p... | Olivier Crete | 1 | -3/+47 |
2008-01-25 | gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend... | Olivier Crete | 3 | -32/+11 |