[Bug 769250] [VC1][Decode] vc1 decode error.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 6 09:48:46 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=769250

Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #16 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
I found a regression :(

http://cue.la.coocan.jp/hdv_movie/byoubu.wmv 

used to work and now it doesn't work any more.

+  if (frame_hdr->pic.advanced.fcm != GST_VC1_FRAME_PROGRESSIVE) {
+    GST_ERROR ("interlaced video not supported");
+    return GST_VAAPI_DECODER_STATUS_ERROR_UNSUPPORTED_PROFILE;
+  }

In the case of byoubu, the frame coding mode (fcm) value is 1, which is not
progressive, but neither is interlaced.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list