diff options
author | Jan Schmidt <jan@centricular.com> | 2016-05-13 21:20:28 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2016-05-14 18:34:57 +1000 |
commit | f35f604610380f5d4d02973e8389ca823b7b5fc5 (patch) | |
tree | 3e0ec73b9accac5adfc838fc6440e67046769a86 | |
parent | bb1ae083c6fd53bdbaa11dc4a96186997c4983a4 (diff) |
splitmuxsink: Remove stray carriage-return from debug
-rw-r--r-- | gst/multifile/gstsplitmuxsink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/multifile/gstsplitmuxsink.c b/gst/multifile/gstsplitmuxsink.c index 4e8da8021..6f889e5f8 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) { |