mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue