diff options
-rw-r--r-- | omx/gstomxvideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxvideo.h b/omx/gstomxvideo.h index e124382..4e5ac43 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 { |