projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a930a13
)
splitmuxsink: remove extra \n at debug message
author
Thiago Santos
<thiagoss@osg.samsung.com>
Mon, 3 Aug 2015 16:45:59 +0000
(13:45 -0300)
committer
Thiago Santos
<thiagoss@osg.samsung.com>
Mon, 3 Aug 2015 16:46:16 +0000
(13:46 -0300)
gst/multifile/gstsplitmuxsink.c
patch
|
blob
|
history
diff --git
a/gst/multifile/gstsplitmuxsink.c
b/gst/multifile/gstsplitmuxsink.c
index
07ac307
..
97b0186
100644
(file)
--- a/
gst/multifile/gstsplitmuxsink.c
+++ b/
gst/multifile/gstsplitmuxsink.c
@@
-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) {