summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-06-06 11:03:24 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-06-06 11:03:24 +0000
commitceba19f69179da93e71fc1e582f1d7eb2bd4db16 (patch)
tree850a57d0a0c15d8a0dd00b00900e98737426acee /ChangeLog
parentff14de08d284e85b5d1c358f27787127431ab82b (diff)
downloadgst-plugins-bad-ceba19f69179da93e71fc1e582f1d7eb2bd4db16.tar.gz
gst-plugins-bad-ceba19f69179da93e71fc1e582f1d7eb2bd4db16.tar.bz2
gst-plugins-bad-ceba19f69179da93e71fc1e582f1d7eb2bd4db16.zip
gst/mpegvideoparse/: Fix some silly bugs with calculating the guard sizes.
Original commit message from CVS: * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr), (mpeg_util_parse_picture_hdr): * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail): Fix some silly bugs with calculating the guard sizes. Properly compare the old sequence header structure with the new one. Don't error out on an invalid sequence - just ignore it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81d51657..e6041314 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-06-06 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * gst/mpegvideoparse/mpegpacketiser.c:
+ (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
+ (mpeg_util_parse_picture_hdr):
+ * gst/mpegvideoparse/mpegvideoparse.c:
+ (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
+ Fix some silly bugs with calculating the guard sizes.
+ Properly compare the old sequence header structure with the new one.
+ Don't error out on an invalid sequence - just ignore it.
+
2007-06-06 Tim-Philipp Müller <tim at centricular dot net>
* gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):