diff options
author | He Junyan <junyan.he@intel.com> | 2020-07-30 23:37:10 +0800 |
---|---|---|
committer | GStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2020-07-31 08:38:10 +0000 |
commit | 5902e5bfdbd800948962b19a229e7d1af258761f (patch) | |
tree | 8df5069c95ba6cbf0f8c806eea89b5298ef2cd0c /gst-libs | |
parent | 99ac072673c12e3f81cc2e774bb2536ace2508c1 (diff) |
video-format: Add the missing P012_LE into GST_VAAPI_FORMATS_ALL.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/373>
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/vaapi/video-format.h | 2 |
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 9af180b1..9f23959b 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, VUYA, Y210, Y410, " \ + "NV12, YV12, I420, YUY2, UYVY, Y444, GRAY8, P010_10LE, P012_LE, VUYA, Y210, Y410, " \ "ARGB, xRGB, RGBA, RGBx, ABGR, xBGR, BGRA, BGRx, RGB16, RGB, BGR10A2_LE " \ "}" |