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:
f24ad01
)
pad: Include event type in debug output when delaying a sticky event because of not...
author
Sebastian Dröge
<sebastian@centricular.com>
Sat, 29 Mar 2014 09:18:34 +0000
(10:18 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 12 Apr 2014 11:16:40 +0000
(12:16 +0100)
gst/gstpad.c
patch
|
blob
|
history
diff --git
a/gst/gstpad.c
b/gst/gstpad.c
index 794814b65491c638c70d61d1068cb564922ec801..1261a47297f34567438f916195ea06a6f87d487f 100644
(file)
--- a/
gst/gstpad.c
+++ b/
gst/gstpad.c
@@
-4770,7
+4770,8
@@
probe_stopped:
}
not_linked:
{
- GST_DEBUG_OBJECT (pad, "Dropping event because pad is not linked");
+ GST_DEBUG_OBJECT (pad, "Dropping event %s because pad is not linked",
+ gst_event_type_get_name (GST_EVENT_TYPE (event)));
GST_OBJECT_FLAG_SET (pad, GST_PAD_FLAG_PENDING_EVENTS);
gst_event_unref (event);