mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
Add missing profiles from VA-API 0.32.0.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
parent
1980a719a2
commit
c40c05e5a4
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@ const char *string_of_VAProfile(VAProfile profile)
|
||||||
PROFILE(MPEG4Simple);
|
PROFILE(MPEG4Simple);
|
||||||
PROFILE(MPEG4AdvancedSimple);
|
PROFILE(MPEG4AdvancedSimple);
|
||||||
PROFILE(MPEG4Main);
|
PROFILE(MPEG4Main);
|
||||||
|
#if VA_CHECK_VERSION(0,32,0)
|
||||||
|
PROFILE(JPEGBaseline);
|
||||||
|
PROFILE(H263Baseline);
|
||||||
|
PROFILE(H264ConstrainedBaseline);
|
||||||
|
#endif
|
||||||
PROFILE(H264Baseline);
|
PROFILE(H264Baseline);
|
||||||
PROFILE(H264Main);
|
PROFILE(H264Main);
|
||||||
PROFILE(H264High);
|
PROFILE(H264High);
|
||||||
|
|
Loading…
Reference in a new issue