flv: Removed unreachable break statements

https://bugzilla.gnome.org/show_bug.cgi?id=736884
This commit is contained in:
Sanjay NM 2014-09-18 16:59:52 +05:30 committed by Nicolas Dufresne
parent f7ae4288a2
commit ba4b9b22d0

View File

@ -1094,7 +1094,6 @@ gst_flv_demux_parse_tag_audio (GstFlvDemux * demux, GstBuffer * buffer)
/* Use that buffer data in the caps */ /* Use that buffer data in the caps */
gst_flv_demux_audio_negotiate (demux, codec_tag, rate, channels, width); gst_flv_demux_audio_negotiate (demux, codec_tag, rate, channels, width);
goto beach; goto beach;
break;
} }
case 1: case 1:
/* AAC raw packet */ /* AAC raw packet */
@ -1477,7 +1476,6 @@ gst_flv_demux_parse_tag_video (GstFlvDemux * demux, GstBuffer * buffer)
/* Use that buffer data in the caps */ /* Use that buffer data in the caps */
gst_flv_demux_video_negotiate (demux, codec_tag); gst_flv_demux_video_negotiate (demux, codec_tag);
goto beach; goto beach;
break;
} }
case 1: case 1:
/* H.264 NALU packet */ /* H.264 NALU packet */