summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2008-01-25 16:58:00 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-01-25 16:58:00 +0000
commitb65d97e2e1194dd017b596b8d16bd8181d54f92a (patch)
tree1728c5d9f90b232d2bd6f5d3e3b0a342a8055fac /ChangeLog
parent717657e696089f86490c16ee8a84f6375aecb001 (diff)
downloadgst-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf455760..d1a24301 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),