From 32a3d6e717204b8d9cc1e2d9dc9a8e027962b89c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 25 Jun 2009 08:11:09 +0200 Subject: flvparse: Add missing break in switch/case. --- gst/flv/gstflvparse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/flv') diff --git a/gst/flv/gstflvparse.c b/gst/flv/gstflvparse.c index 59446512..747ab080 100644 --- a/gst/flv/gstflvparse.c +++ b/gst/flv/gstflvparse.c @@ -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"; -- cgit