From: Brendan Shanks Date: Wed, 25 Jan 2017 18:43:00 +0000 (+0000) Subject: qtmux: Fix debug typo and remove misleading warning X-Git-Tag: 1.19.3~509^2~2261 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9056a8a7ee9e5a374c760afe43dff01cda047c1;p=platform%2Fupstream%2Fgstreamer.git qtmux: Fix debug typo and remove misleading warning https://bugzilla.gnome.org/show_bug.cgi?id=777362 --- diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index b0628ae..39640e7 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c @@ -2045,7 +2045,7 @@ gst_qt_mux_prepare_moov_recovery (GstQTMux * qtmux) AtomFTYP *ftyp = 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 = g_fopen (qtmux->moov_recov_file_path, "wb+"); @@ -2083,8 +2083,6 @@ fail: /* cleanup */ fclose (qtmux->moov_recov_file); 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