From 8008cf22a413f9540370b2b24b99cf99eabc6f89 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 25 Feb 2004 18:02:19 +0000 Subject: [PATCH] PTR fix Original commit message from CVS: PTR fix --- gst/audioconvert/gstaudioconvert.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gst/audioconvert/gstaudioconvert.c b/gst/audioconvert/gstaudioconvert.c index 718cfd9..bfbcc5a 100644 --- a/gst/audioconvert/gstaudioconvert.c +++ b/gst/audioconvert/gstaudioconvert.c @@ -21,7 +21,7 @@ /* Element-Checklist-Version: 5 */ #ifdef HAVE_CONFIG_H -# include +#include "config.h" #endif #include @@ -535,8 +535,7 @@ gst_audio_convert_link (GstPad *pad, const GstCaps *caps) this->srccaps = ac_caps; this->sinkcaps = other_ac_caps; } - g_print ("negotiated sink to %" GST_PTR_FORMAT, this->sinkcaps); - + GST_DEBUG ("negotiated sink to %" GST_PTR_FORMAT, this->sinkcaps); GST_DEBUG ("negotiated src to %" GST_PTR_FORMAT, this->srccaps); return GST_PAD_LINK_OK; -- 2.7.4