mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
Fix VC-1 detection with older gstreamer libs (no "fourcc" field, but a "format" one).
This commit is contained in:
parent
4285c2cc02
commit
ffb74abe0f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = {
|
|||
"video/x-wmv, wmvversion=3", "main"
|
||||
},
|
||||
{ GST_VAAPI_PROFILE_VC1_ADVANCED, VAProfileVC1Advanced,
|
||||
"video/x-wmv, wmvversion=3, fourcc=(fourcc)WVC1", "advanced"
|
||||
"video/x-wmv, wmvversion=3, format=(fourcc)WVC1", "advanced"
|
||||
},
|
||||
{ 0, }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue