qtdemux: Remove trailing '\n' in debug
authorEdward Hervey <edward@centricular.com>
Thu, 17 Jan 2019 08:22:18 +0000 (09:22 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 5 Feb 2019 10:01:21 +0000 (11:01 +0100)
gst/isomp4/qtdemux.c

index 4aa939c..5476d0e 100644 (file)
@@ -4805,7 +4805,7 @@ gst_qtdemux_seek_to_previous_keyframe (GstQTDemux * qtdemux)
   seg_media_start_mov = seg->trak_media_start;
 
   GST_LOG_OBJECT (qtdemux, "keyframe index %u ts %" G_GUINT64_FORMAT
-      " seg start %" G_GUINT64_FORMAT " %" GST_TIME_FORMAT "\n",
+      " seg start %" G_GUINT64_FORMAT " %" GST_TIME_FORMAT,
       k_index, target_ts, seg_media_start_mov,
       GST_TIME_ARGS (seg->media_start));