From 4e1ff0164f5cf31086826cdd8ed72f372ba9decc Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Fri, 11 Jan 2008 17:21:30 +0000 Subject: gst/rtp/: Fix the clock rate to 90000 as required by the RFC. Original commit message from CVS: Patch by: Olivier Crete * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac954635..a86e6661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-01-11 Wim Taymans + + Patch by: Olivier Crete + + * 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 * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite): -- cgit