qtmux: avoid fallthrough to moovrecovery failure section
authorThiago Santos <thiagossantos@gmail.com>
Sat, 11 Mar 2017 20:56:33 +0000 (12:56 -0800)
committerThiago Santos <thiagossantos@gmail.com>
Wed, 15 Mar 2017 03:27:48 +0000 (20:27 -0700)
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

index e5b651c..d98f592 100644 (file)
@@ -2094,6 +2094,8 @@ gst_qt_mux_prepare_moov_recovery (GstQTMux * qtmux)
     }
   }
 
+  return;
+
 fail:
   /* cleanup */
   fclose (qtmux->moov_recov_file);