video: add missing break statement for the GST_VIDEO_FORMAT_RGB8_PALETTED case
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 2 Dec 2010 23:49:31 +0000 (23:49 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 3 Dec 2010 00:02:26 +0000 (00:02 +0000)
gst-libs/gst/video/video.c

index 68b1f31..6635125 100644 (file)
@@ -614,6 +614,7 @@ gst_video_format_new_caps (GstVideoFormat format, int width,
         bpp = 8;
         depth = 8;
         have_alpha = FALSE;
+        break;
       default:
         return NULL;
     }