mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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
This commit is contained in:
parent
4d9b17ad77
commit
7e39dec391
1 changed files with 2 additions and 0 deletions
|
@ -2094,6 +2094,8 @@ gst_qt_mux_prepare_moov_recovery (GstQTMux * qtmux)
|
|||
}
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
fail:
|
||||
/* cleanup */
|
||||
fclose (qtmux->moov_recov_file);
|
||||
|
|
Loading…
Reference in a new issue