From 2e2c83b99c03a5d3b2a25bafba74fafc651b3aee Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 25 Nov 2003 04:49:35 +0000 Subject: [PATCH] remove g_print messages (2nd time today, I suck) Original commit message from CVS: remove g_print messages (2nd time today, I suck) --- sys/ximage/ximagesink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/ximage/ximagesink.c b/sys/ximage/ximagesink.c index 9823f18ba5..02f5192c78 100644 --- a/sys/ximage/ximagesink.c +++ b/sys/ximage/ximagesink.c @@ -467,7 +467,6 @@ gst_ximagesink_xcontext_get (GstXImageSink *ximagesink) "height", GST_PROPS_INT_RANGE (0, G_MAXINT), "framerate", GST_PROPS_FLOAT_RANGE (0, G_MAXFLOAT)); - g_print ("%s\n", gst_caps_to_string (xcontext->caps)); g_mutex_unlock (ximagesink->x_lock); /* We make this caps non floating. This way we keep it during our whole life */ @@ -532,7 +531,6 @@ gst_ximagesink_sinkconnect (GstPad *pad, GstCaps *caps) return GST_PAD_LINK_DELAYED; str = gst_caps_to_string(ximagesink->xcontext->caps); - g_print ("%s\n", str); GST_DEBUG ("sinkconnect %s with %s", gst_caps_to_string(caps), str); g_free (str);