mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
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:
parent
96b218d939
commit
4af5a2b760
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue