From: Benjamin Otte Date: Tue, 25 Jan 2005 21:48:46 +0000 (+0000) Subject: ext/mad/gstmad.c: - on half framerate, compute the rate in advance so the comparisons... X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68068b7c8c488e5b2d3cea91186c85eefa5681dc;p=platform%2Fupstream%2Fgst-plugins-good.git ext/mad/gstmad.c: - on half framerate, compute the rate in advance so the comparisons don't compare wrong values Original commit message from CVS: * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain): - on half framerate, compute the rate in advance so the comparisons don't compare wrong values - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder behaviour - don't use mad_header_decode anymore, mad_frame_decode does that automatically - when getting rid of consumed bytes, reset the stream's skiplen (fixes #163867) --- diff --git a/ChangeLog b/ChangeLog index 542347f..eab0676 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-01-25 Benjamin Otte + + * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain): + - on half framerate, compute the rate in advance so the comparisons + don't compare wrong values + - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder + behaviour + - don't use mad_header_decode anymore, mad_frame_decode does that + automatically + - when getting rid of consumed bytes, reset the stream's skiplen + (fixes #163867) + 2005-01-26 Jan Schmidt * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)