mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
libs: profile: The VP9 profiles' name should be just "0,1,2,3"
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/357>
This commit is contained in:
parent
2a93455137
commit
b1832223ff
1 changed files with 4 additions and 4 deletions
|
@ -141,13 +141,13 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = {
|
||||||
"video/x-h265", "screen-extended-main-444-10"},
|
"video/x-h265", "screen-extended-main-444-10"},
|
||||||
#endif
|
#endif
|
||||||
{GST_VAAPI_PROFILE_VP9_0, VAProfileVP9Profile0,
|
{GST_VAAPI_PROFILE_VP9_0, VAProfileVP9Profile0,
|
||||||
"video/x-vp9", "profile0"},
|
"video/x-vp9", "0"},
|
||||||
{GST_VAAPI_PROFILE_VP9_1, VAProfileVP9Profile1,
|
{GST_VAAPI_PROFILE_VP9_1, VAProfileVP9Profile1,
|
||||||
"video/x-vp9", "profile1"},
|
"video/x-vp9", "1"},
|
||||||
{GST_VAAPI_PROFILE_VP9_2, VAProfileVP9Profile2,
|
{GST_VAAPI_PROFILE_VP9_2, VAProfileVP9Profile2,
|
||||||
"video/x-vp9", "profile2"},
|
"video/x-vp9", "2"},
|
||||||
{GST_VAAPI_PROFILE_VP9_3, VAProfileVP9Profile3,
|
{GST_VAAPI_PROFILE_VP9_3, VAProfileVP9Profile3,
|
||||||
"video/x-vp9", "profile3"},
|
"video/x-vp9", "3"},
|
||||||
{0,}
|
{0,}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue