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:
74508a9
)
ext/lame/gstlame.c: Use GST_PTR_FORMAT to print caps in debug statement.
author
Tim-Philipp Müller
<tim@centricular.net>
Tue, 25 Sep 2007 13:20:27 +0000
(13:20 +0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Tue, 25 Sep 2007 13:20:27 +0000
(13:20 +0000)
Original commit message from CVS:
* ext/lame/gstlame.c:
Use GST_PTR_FORMAT to print caps in debug statement.
ext/lame/gstlame.c
patch
|
blob
|
history
diff --git
a/ext/lame/gstlame.c
b/ext/lame/gstlame.c
index
8bff507
..
7986721
100644
(file)
--- a/
ext/lame/gstlame.c
+++ b/
ext/lame/gstlame.c
@@
-512,7
+512,7
@@
gst_lame_class_init (GstLameClass * klass)
static gboolean
gst_lame_src_setcaps (GstPad * pad, GstCaps * caps)
{
- GST_DEBUG_OBJECT (pad, "
src_setcaps %s", gst_caps_to_string (caps)
);
+ GST_DEBUG_OBJECT (pad, "
caps: %" GST_PTR_FORMAT, caps
);
return TRUE;
}