h264parse: Add new H.264 levels
The spec now list 6, 6.1 and 6.2. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1509>
This commit is contained in:
parent
122a3cc40c
commit
76b4de79ca
@ -1997,6 +1997,10 @@ get_level_string (GstH264SPS * sps)
|
||||
return "5.1";
|
||||
case 52:
|
||||
return "5.2";
|
||||
case 61:
|
||||
return "6.1";
|
||||
case 62:
|
||||
return "6.2";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user