From 4b1566d7f3893e7f84655b3d7dceea504daf2cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 5 Nov 2009 23:40:15 +0000 Subject: [PATCH] equalizer: printf format fix --- gst/equalizer/gstiirequalizer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/equalizer/gstiirequalizer.c b/gst/equalizer/gstiirequalizer.c index ad3516d267..48a5461665 100644 --- a/gst/equalizer/gstiirequalizer.c +++ b/gst/equalizer/gstiirequalizer.c @@ -338,7 +338,7 @@ gst_iir_equalizer_child_proxy_get_child_by_index (GstChildProxy * child_proxy, ret = gst_object_ref (equ->bands[index]); BANDS_UNLOCK (equ); - GST_LOG ("return child[%d] '%s'", index, ret); + GST_LOG_OBJECT (equ, "return child[%d] %" GST_PTR_FORMAT, index, ret); return ret; }