mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
qtmux: Fix debug typo and remove misleading warning
https://bugzilla.gnome.org/show_bug.cgi?id=777362
This commit is contained in:
parent
9f5fe2673e
commit
a9056a8a7e
1 changed files with 1 additions and 3 deletions
|
@ -2045,7 +2045,7 @@ gst_qt_mux_prepare_moov_recovery (GstQTMux * qtmux)
|
||||||
AtomFTYP *ftyp = NULL;
|
AtomFTYP *ftyp = NULL;
|
||||||
GstBuffer *prefix = NULL;
|
GstBuffer *prefix = NULL;
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (qtmux, "Openning moov recovery file: %s",
|
GST_DEBUG_OBJECT (qtmux, "Opening moov recovery file: %s",
|
||||||
qtmux->moov_recov_file_path);
|
qtmux->moov_recov_file_path);
|
||||||
|
|
||||||
qtmux->moov_recov_file = g_fopen (qtmux->moov_recov_file_path, "wb+");
|
qtmux->moov_recov_file = g_fopen (qtmux->moov_recov_file_path, "wb+");
|
||||||
|
@ -2083,8 +2083,6 @@ fail:
|
||||||
/* cleanup */
|
/* cleanup */
|
||||||
fclose (qtmux->moov_recov_file);
|
fclose (qtmux->moov_recov_file);
|
||||||
qtmux->moov_recov_file = NULL;
|
qtmux->moov_recov_file = NULL;
|
||||||
GST_WARNING_OBJECT (qtmux, "An error was detected while writing to "
|
|
||||||
"recover file, moov recovery won't work");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstFlowReturn
|
static GstFlowReturn
|
||||||
|
|
Loading…
Reference in a new issue