mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
msdkvpp: add YV12 format to src pad
VPP YV12 output format support added since MFX_VERSION 1032. https://github.com/Intel-Media-SDK/MediaSDK/pull/2027
This commit is contained in:
parent
22eab50907
commit
09d41b0b7d
1 changed files with 4 additions and 1 deletions
|
@ -54,7 +54,10 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if (MFX_VERSION >= 1028)
|
||||
#if (MFX_VERSION >= 1032)
|
||||
#define EXT_SINK_FORMATS ", RGB16, Y410, Y210"
|
||||
#define EXT_SRC_FORMATS ", YV12, Y410, Y210"
|
||||
#elif (MFX_VERSION >= 1028)
|
||||
#define EXT_SINK_FORMATS ", RGB16, Y410, Y210"
|
||||
#define EXT_SRC_FORMATS ", Y410, Y210"
|
||||
#elif (MFX_VERSION >= 1027)
|
||||
|
|
Loading…
Reference in a new issue