diff --git a/gst-libs/gst/video/video.c b/gst-libs/gst/video/video.c index 68b1f31cff..6635125b2e 100644 --- a/gst-libs/gst/video/video.c +++ b/gst-libs/gst/video/video.c @@ -614,6 +614,7 @@ gst_video_format_new_caps (GstVideoFormat format, int width, bpp = 8; depth = 8; have_alpha = FALSE; + break; default: return NULL; }