From: Guillaume Desmottes Date: Fri, 10 Apr 2020 07:59:02 +0000 (+0200) Subject: video: remove BGR from supported format X-Git-Tag: 1.19.3~501^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8530407ebe1135b0f01d970e7e830219b2666ff3;p=platform%2Fupstream%2Fgstreamer.git video: remove BGR from supported format It's not supported by either decoder or encoder and is even not listed in gst_omx_video_get_format_from_omx() so it can't work. --- diff --git a/omx/gstomxvideo.h b/omx/gstomxvideo.h index e124382134..4e5ac4324e 100644 --- a/omx/gstomxvideo.h +++ b/omx/gstomxvideo.h @@ -36,7 +36,7 @@ G_BEGIN_DECLS /* Keep synced with gst_omx_video_get_format_from_omx(). Sort by decreasing quality */ #define GST_OMX_VIDEO_SUPPORTED_FORMATS "{ NV16_10LE32, NV12_10LE32, " \ - "NV16, YUY2, YVYU, UYVY, NV12, I420, RGB16, BGR16, ABGR, ARGB, BGR, GRAY8 }" + "NV16, YUY2, YVYU, UYVY, NV12, I420, RGB16, BGR16, ABGR, ARGB, GRAY8 }" typedef struct {