GNOME Bugzilla – Bug 562065
mpeg2dec does not handle STATE_SEQUENCE_MODIFIED from >=libmpeg-0.5.0
Last modified: 2008-11-24 09:51:28 UTC
Please describe the problem: I get the following error trying to access the Setup menu of my 1492: Conquest of Paradise dvd (by way of resindvd and Totem): gstmpeg2dec.c:1165:gst_mpeg2dec_chain:<mpeg2dec2> Unknown libmpeg2 state 11, FIXME State 11 is STATE_SEQUENCE_MODIFIED that was added to libmpeg2 in version 0.5.0. It seems to be a slight variation of STATE_SEQUENCE and STATE_SEQUENCE_REPEATED and I'll attach a patch that solves the issue for me, though I'm not completely convinced it is correct in all cases. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
I'm taking the liberty to add Jan Schmidt to the CC list as this issue was found evaluating resindvd that he wrote.
Created attachment 123289 [details] [review] mpeg2dec: add support for STATE_SEQUENCE_MODIFIED
2008-11-24 Sebastian Dröge <sebastian.droege@collabora.co.uk> Patch by: Simon Holm Thøgersen <odie at cs dot aau dot dk> * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_chain): Add support for the STATE_SEQUENCE_MODIFIED state in mpeg2dec >= 0.5.0. Fixes bug #562065.