summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2008-01-11 17:21:30 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-01-11 17:21:30 +0000
commit4e1ff0164f5cf31086826cdd8ed72f372ba9decc (patch)
tree68074ccc50b6250d3717756560891d1b7fb81178 /ChangeLog
parentd53e4a60b1b860962572de07e7a319f6cf99a625 (diff)
gst/rtp/: Fix the clock rate to 90000 as required by the RFC.
Original commit message from CVS: Patch by: Olivier Crete <tester at tester dot ca> * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps): * gst/rtp/gstrtptheorapay.c: Fix the clock rate to 90000 as required by the RFC. Fixes #508644.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac954635..a86e6661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-01-11 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Olivier Crete <tester at tester dot ca>
+
+ * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
+ * gst/rtp/gstrtptheorapay.c:
+ Fix the clock rate to 90000 as required by the RFC.
+ Fixes #508644.
+
2008-01-11 Tim-Philipp Müller <tim at centricular dot net>
* tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):