mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
Drop variant=itu field to help codec detection.
This commit is contained in:
parent
a556e08e83
commit
e6b3cfeacd
1 changed files with 3 additions and 3 deletions
|
@ -70,13 +70,13 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = {
|
|||
},
|
||||
#endif
|
||||
{ GST_VAAPI_PROFILE_H264_BASELINE, VAProfileH264Baseline,
|
||||
"video/x-h264, variant=itu", "baseline"
|
||||
"video/x-h264", "baseline"
|
||||
},
|
||||
{ GST_VAAPI_PROFILE_H264_MAIN, VAProfileH264Main,
|
||||
"video/x-h264, variant=itu", "main"
|
||||
"video/x-h264", "main"
|
||||
},
|
||||
{ GST_VAAPI_PROFILE_H264_HIGH, VAProfileH264High,
|
||||
"video/x-h264, variant=itu", "high"
|
||||
"video/x-h264", "high"
|
||||
},
|
||||
{ GST_VAAPI_PROFILE_VC1_SIMPLE, VAProfileVC1Simple,
|
||||
"video/x-vc1", "simple"
|
||||
|
|
Loading…
Reference in a new issue