gstreamer/gst/rtpmanager
Wim Taymans 405ec07210 gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables.
Original commit message from CVS:
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_flush_start),
(gst_rtp_jitter_buffer_flush_stop),
(gst_rtp_jitter_buffer_change_state), (apply_offset),
(gst_rtp_jitter_buffer_loop):
Remove some old unused variables.
Don't add the latency to the skew corrected timestamp, latency is only
used to sync against the clock.
Improve debugging.
* gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
(rtp_jitter_buffer_reset_skew), (calculate_skew):
* gst/rtpmanager/rtpjitterbuffer.h:
Handle case where server timestamp goes backwards or wildly jumps by
temporarily pausing the skew correction.
Improve debugging.
2007-10-02 10:27:45 +00:00
..
.gitignore
gstrtpbin-marshal.list gst/rtpmanager/: Updated example pipelines in docs. 2007-09-03 21:19:34 +00:00
gstrtpbin.c gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose. 2007-09-28 14:51:58 +00:00
gstrtpbin.h gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fixes #478566. 2007-09-20 14:34:57 +00:00
gstrtpclient.c Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2007-08-23 21:39:58 +00:00
gstrtpclient.h Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2007-08-23 21:39:58 +00:00
gstrtpjitterbuffer.c gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables. 2007-10-02 10:27:45 +00:00
gstrtpjitterbuffer.h Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2007-08-23 21:39:58 +00:00
gstrtpmanager.c
gstrtpptdemux.c gst/rtpmanager/: Various leak fixes. 2007-09-12 21:23:47 +00:00
gstrtpptdemux.h Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2007-08-23 21:39:58 +00:00
gstrtpsession.c gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fixes #478566. 2007-09-20 14:34:57 +00:00
gstrtpsession.h gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fixes #478566. 2007-09-20 14:34:57 +00:00
gstrtpssrcdemux.c gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one was created first in the ssrc demuxer. 2007-09-17 02:01:41 +00:00
gstrtpssrcdemux.h gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one was created first in the ssrc demuxer. 2007-09-17 02:01:41 +00:00
Makefile.am gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
rtpjitterbuffer.c gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables. 2007-10-02 10:27:45 +00:00
rtpjitterbuffer.h gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables. 2007-10-02 10:27:45 +00:00
rtpsession.c gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fixes #478566. 2007-09-20 14:34:57 +00:00
rtpsession.h gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fixes #478566. 2007-09-20 14:34:57 +00:00
rtpsource.c gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one was created first in the ssrc demuxer. 2007-09-17 02:01:41 +00:00
rtpsource.h gst/rtpmanager/gstrtpbin.c: Use lock to protect variable. 2007-09-16 19:40:31 +00:00
rtpstats.c
rtpstats.h gst/rtpmanager/: Updated example pipelines in docs. 2007-09-03 21:19:34 +00:00