libs: utils: add missing break in switch
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 19 Sep 2019 17:49:11 +0000 (10:49 -0700)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 19 Sep 2019 17:56:46 +0000 (10:56 -0700)
gst-libs/gst/vaapi/gstvaapiutils.c

index b2cc823..1169db3 100644 (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;