]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commit
mpeg2dec: fix spurious failure to decode some files
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 22 Aug 2011 16:49:14 +0000 (17:49 +0100)
committerNikhil Devshatwar <a0132237@ti.com>
Fri, 17 May 2013 09:40:36 +0000 (15:10 +0530)
commit6730bdfd7339b65f520cb835b3c354215d4b5f21
treeb62fd09bfdc4a2391e83695b4a833666f9ea71cb
parent22dc54c9aef23f12f131504360b082753419cdb2
mpeg2dec: fix spurious failure to decode some files

Parsing can return with an 'invalid' state, but this is not
actually fatal. For one, the mpeg2dec command line tool that
comes with the libmpeg2 library blithely ignores this condition
and merrily goes on. So we do this same, logging the error,
and going on with parsing. This makes something work that did
not use to work, and brings happiness to the world.

https://bugzilla.gnome.org/show_bug.cgi?id=429476
ext/mpeg2dec/gstmpeg2dec.c