diff options
author | Olivier Crete <tester@tester.ca> | 2008-01-25 16:58:00 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-01-25 16:58:00 +0000 |
commit | b65d97e2e1194dd017b596b8d16bd8181d54f92a (patch) | |
tree | 1728c5d9f90b232d2bd6f5d3e3b0a342a8055fac /ChangeLog | |
parent | 717657e696089f86490c16ee8a84f6375aecb001 (diff) | |
download | gst-plugins-bad-b65d97e2e1194dd017b596b8d16bd8181d54f92a.tar.gz gst-plugins-bad-b65d97e2e1194dd017b596b8d16bd8181d54f92a.tar.bz2 gst-plugins-bad-b65d97e2e1194dd017b596b8d16bd8181d54f92a.zip |
gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not provided with caps but with a signal.
Original commit message from CVS:
Patch by: Olivier Crete <tester@tester.ca>
* gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
(create_stream), (payload_type_change), (new_ssrc_pad_found):
Also handle lip-sync when the clock-rate is not provided with caps but
with a signal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ Patch by: Olivier Crete <tester@tester.ca> + * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate), + (create_stream), (payload_type_change), (new_ssrc_pad_found): + Also handle lip-sync when the clock-rate is not provided with caps but + with a signal. + +2008-01-25 Wim Taymans <wim.taymans@collabora.co.uk> + + Patch by: Olivier Crete <tester@tester.ca> + * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain): * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew), |