remove g_print() noisiness

Original commit message from CVS:
remove g_print() noisiness
This commit is contained in:
David Schleef 2003-10-16 21:34:24 +00:00
parent 2d62614863
commit ec91719c99

View file

@ -274,8 +274,6 @@ gst_esdsink_chain (GstPad *pad, GstData *_data)
if (GST_IS_EVENT(buf)){
GstEvent *event = GST_EVENT(buf);
g_print("got event\n");
switch(GST_EVENT_TYPE(event)){
case GST_EVENT_EOS:
gst_audio_clock_set_active (GST_AUDIO_CLOCK (esdsink->provided_clock),