mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
diracparse: fix main profile mapping
This commit is contained in:
parent
3d3332f84c
commit
9e53df7667
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ get_profile_name (int profile)
|
||||||
return "vc2-simple";
|
return "vc2-simple";
|
||||||
case 2:
|
case 2:
|
||||||
return "vc2-main";
|
return "vc2-main";
|
||||||
case 3:
|
case 8:
|
||||||
return "main";
|
return "main";
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue