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:
2ba6017
)
gstpad: Add debug to know what events are transferred between pads
author
Edward Hervey
<edward.hervey@collabora.co.uk>
Mon, 10 Oct 2011 09:02:08 +0000
(11:02 +0200)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Mon, 10 Oct 2011 14:55:19 +0000
(16:55 +0200)
gst/gstpad.c
patch
|
blob
|
history
diff --git
a/gst/gstpad.c
b/gst/gstpad.c
index f8026d77e1153ee4f335bfc16910b23c74a78c0b..a99ab6730df85faabd794dba85b5a5e292c699d6 100644
(file)
--- a/
gst/gstpad.c
+++ b/
gst/gstpad.c
@@
-389,6
+389,9
@@
replace_event (GstPad * srcpad, GstPad * sinkpad, guint idx)
}
if (sinkev->event != event) {
/* put in the pending entry when different */
+ GST_CAT_DEBUG_OBJECT (GST_CAT_SCHEDULING, srcpad,
+ "Putting event %p (%s) on pad %s:%s", event,
+ GST_EVENT_TYPE_NAME (event), GST_DEBUG_PAD_NAME (sinkpad));
gst_event_replace (&sinkev->pending, event);
pending = TRUE;
}