mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +00:00
libs: utils: add missing break in switch
This commit is contained in:
parent
f5e1946036
commit
9c46c15e51
1 changed files with 1 additions and 0 deletions
|
@ -917,6 +917,7 @@ from_GstVaapiBufferMemoryType (guint type)
|
|||
break;
|
||||
case GST_VAAPI_BUFFER_MEMORY_TYPE_USER_PTR:
|
||||
va_type = VA_SURFACE_ATTRIB_MEM_TYPE_USER_PTR;
|
||||
break;
|
||||
default:
|
||||
va_type = 0;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue