remove g_print messages (2nd time today, I suck)
Original commit message from CVS: remove g_print messages (2nd time today, I suck)
This commit is contained in:
parent
631a4456b2
commit
2e2c83b99c
@ -467,7 +467,6 @@ gst_ximagesink_xcontext_get (GstXImageSink *ximagesink)
|
|||||||
"height", GST_PROPS_INT_RANGE (0, G_MAXINT),
|
"height", GST_PROPS_INT_RANGE (0, G_MAXINT),
|
||||||
"framerate", GST_PROPS_FLOAT_RANGE (0, G_MAXFLOAT));
|
"framerate", GST_PROPS_FLOAT_RANGE (0, G_MAXFLOAT));
|
||||||
|
|
||||||
g_print ("%s\n", gst_caps_to_string (xcontext->caps));
|
|
||||||
g_mutex_unlock (ximagesink->x_lock);
|
g_mutex_unlock (ximagesink->x_lock);
|
||||||
|
|
||||||
/* We make this caps non floating. This way we keep it during our whole life */
|
/* 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;
|
return GST_PAD_LINK_DELAYED;
|
||||||
|
|
||||||
str = gst_caps_to_string(ximagesink->xcontext->caps);
|
str = gst_caps_to_string(ximagesink->xcontext->caps);
|
||||||
g_print ("%s\n", str);
|
|
||||||
GST_DEBUG ("sinkconnect %s with %s", gst_caps_to_string(caps),
|
GST_DEBUG ("sinkconnect %s with %s", gst_caps_to_string(caps),
|
||||||
str);
|
str);
|
||||||
g_free (str);
|
g_free (str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user