diff options
Diffstat (limited to 'sys/glsink/gstvideo-common.h')
-rw-r--r-- | sys/glsink/gstvideo-common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/glsink/gstvideo-common.h b/sys/glsink/gstvideo-common.h index 1a4333f7..dd9f8d86 100644 --- a/sys/glsink/gstvideo-common.h +++ b/sys/glsink/gstvideo-common.h @@ -13,7 +13,9 @@ typedef enum { GST_VIDEO_FORMAT_UYVY, GST_VIDEO_FORMAT_AYUV, GST_VIDEO_FORMAT_RGBx, - GST_VIDEO_FORMAT_BGRx + GST_VIDEO_FORMAT_BGRx, + GST_VIDEO_FORMAT_xRGB, + GST_VIDEO_FORMAT_xBGR } GstVideoFormat; |