From f35f604610380f5d4d02973e8389ca823b7b5fc5 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 13 May 2016 21:20:28 +1000 Subject: [PATCH] splitmuxsink: Remove stray carriage-return from debug --- gst/multifile/gstsplitmuxsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/multifile/gstsplitmuxsink.c b/gst/multifile/gstsplitmuxsink.c index 4e8da80216..6f889e5f80 100644 --- a/gst/multifile/gstsplitmuxsink.c +++ b/gst/multifile/gstsplitmuxsink.c @@ -590,7 +590,7 @@ handle_mq_output (GstPad * pad, GstPadProbeInfo * info, MqStreamCtx * ctx) GstSplitMuxSink *splitmux = ctx->splitmux; MqStreamBuf *buf_info = NULL; - GST_LOG_OBJECT (pad, "Fired probe type 0x%x\n", info->type); + GST_LOG_OBJECT (pad, "Fired probe type 0x%x", info->type); /* FIXME: Handle buffer lists, until then make it clear they won't work */ if (info->type & GST_PAD_PROBE_TYPE_BUFFER_LIST) {