GNOME Bugzilla – Bug 777362
qtmux: Error always printed after writing moov recovery file, regardless of success/failure
Last modified: 2017-01-27 15:25:56 UTC
At the bottom of gst_qt_mux_prepare_moov_recovery() in gstqtmux.c, GST_WARNING_OBJECT (qtmux, "An error was detected while writing to recover file, moov recovery won't work") always runs and prints the warning whether there was an error or not.
Do you want to provide a patch?
Created attachment 344254 [details] [review] qtmux: Fix debug typo and remove misleading warning Fix a typo in qtmux debug message, and remove warning message that printed for both success and failure (every failure path already prints a more specific warning message)
Attachment 344254 [details] pushed as a9056a8 - qtmux: Fix debug typo and remove misleading warning