[Bug 789847] msdkenc: Add support for YV12, YUY2, UYVY and BGRA

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 16 03:14:08 UTC 2017


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

--- Comment #5 from Hyunjun Ko <zzoon at igalia.com> ---
Review of attachment 363036:
 --> (https://bugzilla.gnome.org/review?bug=789847&attachment=363036)

::: sys/msdk/gstmsdkenc.c
@@ +297,3 @@
+    thiz->vpp_surfaces = g_new0 (mfxFrameSurface1, thiz->num_vpp_surfaces);
+    for (i = 0; i < thiz->num_vpp_surfaces; i++) {
+        thiz->vpp_param.vpp.In.FourCC = MFX_FOURCC_RGB4;

This should be thiz->vpp_param.vpp instead of param.vpp.

-- 
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