mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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.
This commit is contained in:
parent
d5e278e362
commit
8530407ebe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue