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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 16 04:43:28 UTC 2017


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

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

::: sys/msdk/msdk.c
@@ +92,3 @@
+        surface->Data.Y = GST_VIDEO_FRAME_COMP_DATA (frame, 0);
+        surface->Data.U = GST_VIDEO_FRAME_COMP_DATA (frame, 1);
+        break;

Probably this should be 2?

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