mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-12 19:14:16 +00:00
flv: Removed unreachable break statements
https://bugzilla.gnome.org/show_bug.cgi?id=736884
This commit is contained in:
parent
f7ae4288a2
commit
ba4b9b22d0
1 changed files with 0 additions and 2 deletions
|
@ -1094,7 +1094,6 @@ gst_flv_demux_parse_tag_audio (GstFlvDemux * demux, GstBuffer * buffer)
|
|||
/* Use that buffer data in the caps */
|
||||
gst_flv_demux_audio_negotiate (demux, codec_tag, rate, channels, width);
|
||||
goto beach;
|
||||
break;
|
||||
}
|
||||
case 1:
|
||||
/* AAC raw packet */
|
||||
|
@ -1477,7 +1476,6 @@ gst_flv_demux_parse_tag_video (GstFlvDemux * demux, GstBuffer * buffer)
|
|||
/* Use that buffer data in the caps */
|
||||
gst_flv_demux_video_negotiate (demux, codec_tag);
|
||||
goto beach;
|
||||
break;
|
||||
}
|
||||
case 1:
|
||||
/* H.264 NALU packet */
|
||||
|
|
Loading…
Reference in a new issue