mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
msdk: Add Y212 format to hevc encoder static raw caps
Note that static caps is used for the old MSDK dispatch. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6750>
This commit is contained in:
parent
e68eccff10
commit
9480197377
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue