From 7e39dec391c37ded3fb5bb7d24c60de6634647f4 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Sat, 11 Mar 2017 12:56:33 -0800 Subject: [PATCH] qtmux: avoid fallthrough to moovrecovery failure section Return before that to preserve our successfull results, otherwise no moov recovery information would be written https://bugzilla.gnome.org/show_bug.cgi?id=771478 --- gst/isomp4/gstqtmux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index e5b651c..d98f592 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c @@ -2094,6 +2094,8 @@ gst_qt_mux_prepare_moov_recovery (GstQTMux * qtmux) } } + return; + fail: /* cleanup */ fclose (qtmux->moov_recov_file); -- 2.7.4