mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
splitmuxsink: remove extra \n at debug message
This commit is contained in:
parent
a930a1364a
commit
72212198c7
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ handle_mq_input (GstPad * pad, GstPadProbeInfo * info, MqStreamCtx * ctx)
|
|||
gboolean loop_again;
|
||||
gboolean keyframe = FALSE;
|
||||
|
||||
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