flvparse: Add missing break in switch/case.
This commit is contained in:
parent
67ca4c57b1
commit
32a3d6e717
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user