flvparse: Add missing break in switch/case.
authorEdward Hervey <bilboed@bilboed.com>
Thu, 25 Jun 2009 06:11:09 +0000 (08:11 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 25 Jun 2009 06:11:09 +0000 (08:11 +0200)
gst/flv/gstflvparse.c

index 5944651..747ab08 100644 (file)
@@ -815,6 +815,7 @@ gst_flv_parse_video_negotiate (GstFLVDemux * demux, guint32 codec_tag)
     case 3:
       caps = gst_caps_new_simple ("video/x-flash-screen", NULL);
       codec_name = "Flash Screen Video";
+      break;
     case 4:
       caps = gst_caps_new_simple ("video/x-vp6-flash", NULL);
       codec_name = "On2 VP6 Video";