diff options
author | Sjoerd Simons <sjoerd@luon.net> | 2008-05-22 14:03:05 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-22 14:03:05 +0000 |
commit | b3bc29bc641b8a4c380d100b60d709aa08e61f28 (patch) | |
tree | e9dc23357ce6476ff71961af4e000a8d4f0e84eb /ChangeLog | |
parent | fb7879098c4717909b4345ecc9bbd90f777f4cda (diff) | |
download | gst-plugins-bad-b3bc29bc641b8a4c380d100b60d709aa08e61f28.tar.gz gst-plugins-bad-b3bc29bc641b8a4c380d100b60d709aa08e61f28.tar.bz2 gst-plugins-bad-b3bc29bc641b8a4c380d100b60d709aa08e61f28.zip |
gst/mpeg4videoparse/mpeg4videoparse.c: Move some code around to integrate the startcode searching with the other bits...
Original commit message from CVS:
Patch by: Sjoerd Simons <sjoerd at luon dot net>
* gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
(gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
(gst_mpeg4vparse_change_state):
Move some code around to integrate the startcode searching with the
other bits of parsing, avoid a whole bunch of peeks.
Get rid of invalid data that should not happen according to the specs.
Fixes #533559.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk> + + Patch by: Sjoerd Simons <sjoerd at luon dot net> + + * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push), + (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain), + (gst_mpeg4vparse_change_state): + Move some code around to integrate the startcode searching with the + other bits of parsing, avoid a whole bunch of peeks. + Get rid of invalid data that should not happen according to the specs. + Fixes #533559. + 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Bastien Nocera <hadess at hadess dot net> |