summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-11-25 04:49:35 +0000
committerBenjamin Otte <otte@gnome.org>2003-11-25 04:49:35 +0000
commit2e2c83b99c03a5d3b2a25bafba74fafc651b3aee (patch)
tree56ebacae9a0b2113bfafd01b2361dc6085f6f5b6
parent631a4456b2553c1a8e7347d39f00da9bf03e3c37 (diff)
downloadgstreamer-plugins-base-2e2c83b99c03a5d3b2a25bafba74fafc651b3aee.tar.gz
remove g_print messages (2nd time today, I suck)
Original commit message from CVS: remove g_print messages (2nd time today, I suck)
-rw-r--r--sys/ximage/ximagesink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ximage/ximagesink.c b/sys/ximage/ximagesink.c
index 9823f18ba..02f5192c7 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);