GNOME Bugzilla – Bug 738449
vc1parse: just assume none header-format when no codec_data is present
Last modified: 2014-10-25 12:14:35 UTC
In method gst_vc1_parse_set_caps(), if we have no codec_data, we assume that header-format is none. Then we test header-format caps value and if differs from sequence-layer, we set sequence-layer as input_header_format. I think this is currently wrong since we have no codec_data we should just assume that input header-format is none.
Created attachment 288379 [details] [review] vc1parse: just assume none header-format when no codec_data is present Patch proposal
commit 77453c812477de10326b9e6a9088b8bf918d150c Author: Aurélien Zanelli <aurelien.zanelli@parrot.com> Date: Mon Oct 13 14:05:24 2014 +0200 vc1parse: just assume none header-format when no codec_data is present https://bugzilla.gnome.org/show_bug.cgi?id=738449