diff options
author | Luis de Bethencourt <luis.bg@samsung.com> | 2015-02-16 13:59:14 +0000 |
---|---|---|
committer | Luis de Bethencourt <luis.bg@samsung.com> | 2015-02-16 13:59:17 +0000 |
commit | 4af5a2b7600692db2daf1301bc6feeb94ccdff65 (patch) | |
tree | b43ca4943960156c4e8d97598f1f58cf57a7b4ea | |
parent | 96b218d939223b248bbf294016effb1e7b33fdbd (diff) |
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
-rw-r--r-- | gst/multifile/gstsplitmuxsink.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/multifile/gstsplitmuxsink.c b/gst/multifile/gstsplitmuxsink.c index 695723bee..6143bcd4b 100644 --- a/gst/multifile/gstsplitmuxsink.c +++ b/gst/multifile/gstsplitmuxsink.c @@ -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; } |