diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-06 11:03:24 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-06 11:03:24 +0000 |
commit | ceba19f69179da93e71fc1e582f1d7eb2bd4db16 (patch) | |
tree | 850a57d0a0c15d8a0dd00b00900e98737426acee /ChangeLog | |
parent | ff14de08d284e85b5d1c358f27787127431ab82b (diff) | |
download | gst-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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): |