From 7d1a8026d49b427a5e5a0b64c9c08eb2474f99d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 25 Sep 2007 13:20:27 +0000 Subject: [PATCH] ext/lame/gstlame.c: Use GST_PTR_FORMAT to print caps in debug statement. Original commit message from CVS: * ext/lame/gstlame.c: Use GST_PTR_FORMAT to print caps in debug statement. --- ChangeLog | 5 +++++ ext/lame/gstlame.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d2c20e3..892739b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-25 Tim-Philipp Müller + + * ext/lame/gstlame.c: + Use GST_PTR_FORMAT to print caps in debug statement. + 2007-09-25 Sebastian Dröge * configure.ac: diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index 8bff507..7986721 100644 --- 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; } -- 2.7.4