From: Seungha Yang Date: Thu, 9 Jan 2020 02:14:47 +0000 (+0900) Subject: d3d11format: Remove invalid format from supported format list X-Git-Tag: 1.19.3~507^2~2451 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da50cc4d925e0eab3a16a4f2988dc4ecd726cdef;p=platform%2Fupstream%2Fgstreamer.git d3d11format: Remove invalid format from supported format list --- diff --git a/sys/d3d11/gstd3d11format.h b/sys/d3d11/gstd3d11format.h index 492c937..261e58d 100644 --- a/sys/d3d11/gstd3d11format.h +++ b/sys/d3d11/gstd3d11format.h @@ -26,7 +26,7 @@ #include "gstd3d11_fwd.h" #define GST_D3D11_FORMATS \ - "{ BGRA, RGBA, RGB10A2, RGB10A2_LE, VUYA, NV12, P010_10LE, I420, I420_10LE }" + "{ BGRA, RGBA, RGB10A2_LE, VUYA, NV12, P010_10LE, I420, I420_10LE }" G_BEGIN_DECLS