Merge branch 'msdk_hevcenc_add_y212_static_caps' into 'main'

msdk: Add Y212 format to hevc encoder static raw caps

See merge request gstreamer/gstreamer!6750
This commit is contained in:
Mengkejiergeli Ba 2024-04-30 04:06:39 +00:00
commit 9ada1b6a84

View file

@ -1605,7 +1605,7 @@ _enc_get_static_raw_formats (guint codec_id)
return "NV12, YUY2, UYVY, BGRA";
case MFX_CODEC_HEVC:
return "NV12, YUY2, BGRA, BGR10A2_LE, P010_10LE, VUYA, Y410, Y210, "
"P012_LE";
"P012_LE, Y212_LE";
case MFX_CODEC_MPEG2:
return "NV12";
case MFX_CODEC_VP9: