projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4febebb
)
funnel: improve debug message
author
HoonHee Lee
<hoonhee.lee@lge.com>
Tue, 10 Mar 2015 04:07:18 +0000
(13:07 +0900)
committer
Tim-Philipp Müller
<tim@centricular.com>
Fri, 8 Jan 2016 19:28:43 +0000
(19:28 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=745939
plugins/elements/gstfunnel.c
patch
|
blob
|
history
diff --git
a/plugins/elements/gstfunnel.c
b/plugins/elements/gstfunnel.c
index
bf45db5
..
c37ca75
100644
(file)
--- a/
plugins/elements/gstfunnel.c
+++ b/
plugins/elements/gstfunnel.c
@@
-324,7
+324,7
@@
gst_funnel_sink_chain_object (GstPad * pad, GstFunnel * funnel,
{
GstFlowReturn res;
- GST_DEBUG_OBJECT (pad, "received
buffer%s %p", (is_list ? "list" : "")
, obj);
+ GST_DEBUG_OBJECT (pad, "received
%" GST_PTR_FORMAT
, obj);
GST_PAD_STREAM_LOCK (funnel->srcpad);