libs: utils: add missing break in switch

This commit is contained in:
U. Artie Eoff 2019-09-19 10:49:11 -07:00
parent f5e1946036
commit 9c46c15e51

View file

@ -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;