Remove left-over g_print
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 1 Jan 2004 23:13:08 +0000 (23:13 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 1 Jan 2004 23:13:08 +0000 (23:13 +0000)
Original commit message from CVS:
Remove left-over g_print

ext/mplex/gstmplex.cc

index 1ad948a..66638b8 100644 (file)
@@ -314,9 +314,6 @@ gst_mplex_sink_link (GstPad        *pad,
   }
 
   /* we do the actual inputstream setup in our first loopfunc cycle */
-g_print ("Pad %s linked with caps %s\n",
-        gst_pad_get_name (pad),
-        gst_caps_to_string (caps));
   return GST_PAD_LINK_OK;
 }