From b3493d394de21f3f152f3b6c3cb6295af675f218 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 15 Jul 2002 12:35:49 +0000 Subject: [PATCH] print fixes Original commit message from CVS: print fixes --- gst/cutter/gstcutter.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c index 823b512543..3faa01712e 100644 --- a/gst/cutter/gstcutter.c +++ b/gst/cutter/gstcutter.c @@ -271,13 +271,11 @@ gst_cutter_chain (GstPad *pad, GstBuffer *buf) GST_DEBUG (GST_CAT_PLUGIN_INFO, "DEBUG: cutter: flushing buffer"); while (filter->pre_buffer) { - g_print ("."); prebuf = (g_list_first (filter->pre_buffer))->data; filter->pre_buffer = g_list_remove (filter->pre_buffer, prebuf); gst_pad_push (filter->srcpad, prebuf); filter->pre_run_length = 0.0; } - g_print ("\n"); } } /* now check if we have to add the new buffer to the cache or to the pad */