summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2005-01-25 21:48:46 +0000
committerBenjamin Otte <otte@gnome.org>2005-01-25 21:48:46 +0000
commit700b0aba5be32d931b15cef94a9028b66c6dff92 (patch)
treeef8eb8584be62a9ccc723ebe051ae71a90312eeb
parent38f89862af879e3678af6bb7372d6761e6152f55 (diff)
downloadgst-plugins-bad-700b0aba5be32d931b15cef94a9028b66c6dff92.tar.gz
gst-plugins-bad-700b0aba5be32d931b15cef94a9028b66c6dff92.tar.bz2
gst-plugins-bad-700b0aba5be32d931b15cef94a9028b66c6dff92.zip
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)
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 542347f6..eab0676d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-01-25 Benjamin Otte <otte@gnome.org>
+
+ * 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 <thaytan@mad.scientist.com>
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)