gstreamer/gst/rtpmanager
Wim Taymans b2aa36cb0d gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
(gst_rtp_bin_get_property):
Use lock to protect variable.
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_class_init),
(gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
(convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
Reconstruct GST timestamp from RTP timestamps based on measured clock
skew and sync offset.
* gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
(rtp_jitter_buffer_set_tail_changed),
(rtp_jitter_buffer_set_clock_rate),
(rtp_jitter_buffer_get_clock_rate), (calculate_skew),
(rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
* gst/rtpmanager/rtpjitterbuffer.h:
Measure clock skew.
Add callback to be notfied when a new packet was inserted at the tail.
* gst/rtpmanager/rtpsource.c: (rtp_source_init),
(calculate_jitter), (rtp_source_send_rtp):
* gst/rtpmanager/rtpsource.h:
Remove clock skew detection, it's move to the jitterbuffer now.
2009-08-11 02:30:30 +01:00
..
.gitignore gst/rtpmanager/: Added custom marshallers for signals. 2009-08-11 02:30:24 +01:00
gstrtpbin-marshal.list gst/rtpmanager/: Updated example pipelines in docs. 2009-08-11 02:30:29 +01:00
gstrtpbin.c gst/rtpmanager/gstrtpbin.c: Use lock to protect variable. 2009-08-11 02:30:30 +01:00
gstrtpbin.h gst/rtpmanager/: Updated example pipelines in docs. 2009-08-11 02:30:29 +01:00
gstrtpclient.c Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2009-08-11 02:30:29 +01:00
gstrtpclient.h Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2009-08-11 02:30:29 +01:00
gstrtpjitterbuffer.c gst/rtpmanager/gstrtpbin.c: Use lock to protect variable. 2009-08-11 02:30:30 +01:00
gstrtpjitterbuffer.h Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2009-08-11 02:30:29 +01:00
gstrtpmanager.c Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664. 2009-08-11 02:30:28 +01:00
gstrtpptdemux.c gst/rtpmanager/: Various leak fixes. 2009-08-11 02:30:30 +01:00
gstrtpptdemux.h Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2009-08-11 02:30:29 +01:00
gstrtpsession.c gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions. 2009-08-11 02:30:30 +01:00
gstrtpsession.h gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that we can generate better 2009-08-11 02:30:29 +01:00
gstrtpssrcdemux.c gst/rtpmanager/: Various leak fixes. 2009-08-11 02:30:30 +01:00
gstrtpssrcdemux.h gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that we can generate better 2009-08-11 02:30:29 +01:00
Makefile.am gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2009-08-11 02:30:28 +01:00
rtpjitterbuffer.c gst/rtpmanager/gstrtpbin.c: Use lock to protect variable. 2009-08-11 02:30:30 +01:00
rtpjitterbuffer.h gst/rtpmanager/gstrtpbin.c: Use lock to protect variable. 2009-08-11 02:30:30 +01:00
rtpsession.c gst/rtpmanager/: Various leak fixes. 2009-08-11 02:30:30 +01:00
rtpsession.h gst/rtpmanager/: Various leak fixes. 2009-08-11 02:30:30 +01:00
rtpsource.c gst/rtpmanager/gstrtpbin.c: Use lock to protect variable. 2009-08-11 02:30:30 +01:00
rtpsource.h gst/rtpmanager/gstrtpbin.c: Use lock to protect variable. 2009-08-11 02:30:30 +01:00
rtpstats.c gst/rtpmanager/gstrtpsession.c: Remove debug. 2009-08-11 02:30:26 +01:00
rtpstats.h gst/rtpmanager/: Updated example pipelines in docs. 2009-08-11 02:30:29 +01:00