mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
splitmuxsink: Remove stray carriage-return from debug
This commit is contained in:
parent
bb1ae083c6
commit
f35f604610
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue