mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
libs: utils: Add missing entries for string_of_VAEntrypoint.
This commit is contained in:
parent
0afc813123
commit
5939bf4d81
1 changed files with 5 additions and 0 deletions
|
@ -257,6 +257,11 @@ string_of_VAEntrypoint (VAEntrypoint entrypoint)
|
|||
MAP (IDCT);
|
||||
MAP (MoComp);
|
||||
MAP (Deblocking);
|
||||
MAP (EncSlice);
|
||||
MAP (EncPicture);
|
||||
MAP (EncSliceLP);
|
||||
MAP (VideoProc);
|
||||
MAP (FEI);
|
||||
#undef MAP
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue