summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/video-format.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vaapi/video-format.h')
-rw-r--r--gst-libs/gst/vaapi/video-format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/video-format.h b/gst-libs/gst/vaapi/video-format.h
index 1882164b..22e14fbf 100644
--- a/gst-libs/gst/vaapi/video-format.h
+++ b/gst-libs/gst/vaapi/video-format.h
@@ -30,7 +30,7 @@
G_BEGIN_DECLS
#define GST_VAAPI_FORMATS_ALL "{ ENCODED, " \
- "NV12, YV12, I420, YUY2, UYVY, Y444, GRAY8, P010_10LE, P012_LE, VUYA, Y210, Y410, Y412_LE, " \
+ "NV12, YV12, I420, YUY2, UYVY, Y444, GRAY8, P010_10LE, P012_LE, VUYA, Y210, Y410, Y212_LE, Y412_LE, " \
"ARGB, xRGB, RGBA, RGBx, ABGR, xBGR, BGRA, BGRx, RGB16, RGB, BGR10A2_LE " \
"}"