splitmuxsin: remove dead code

Every instance of goto beach has buf_info equal NULL. Don't check
for a condition that never happens.

CID #1268399
This commit is contained in:
Luis de Bethencourt 2015-02-16 13:59:14 +00:00
parent 96b218d939
commit 4af5a2b760

View file

@ -636,8 +636,6 @@ handle_mq_output (GstPad * pad, GstPadProbeInfo * info, MqStreamCtx * ctx)
beach:
GST_SPLITMUX_UNLOCK (splitmux);
if (buf_info)
mq_stream_buf_free (buf_info);
return GST_PAD_PROBE_DROP;
}