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:
8f67419
)
better debug info
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 7 Apr 2004 10:42:16 +0000
(10:42 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 7 Apr 2004 10:42:16 +0000
(10:42 +0000)
Original commit message from CVS:
better debug info
gst/gstpad.c
patch
|
blob
|
history
diff --git
a/gst/gstpad.c
b/gst/gstpad.c
index
f1a4285
..
5b2ca9b
100644
(file)
--- a/
gst/gstpad.c
+++ b/
gst/gstpad.c
@@
-2377,8
+2377,9
@@
gst_pad_set_explicit_caps (GstPad * pad, const GstCaps * caps)
g_return_val_if_fail (GST_IS_PAD (pad), FALSE);
- GST_CAT_DEBUG (GST_CAT_PADS, "setting explicit caps to %" GST_PTR_FORMAT,
- caps);
+ GST_CAT_DEBUG (GST_CAT_PADS,
+ "setting explicit caps on %s:%s to %" GST_PTR_FORMAT,
+ GST_DEBUG_PAD_NAME (pad), caps);
if (caps == NULL) {
GST_CAT_DEBUG (GST_CAT_PADS, "caps is NULL");