summaryrefslogtreecommitdiffstats
path: root/gst/cutter
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-07-15 12:35:49 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-07-15 12:35:49 +0000
commitb3493d394de21f3f152f3b6c3cb6295af675f218 (patch)
treeae423a22eb55d86ba465305c958a2743bebe691f /gst/cutter
parent6a76cca81a095ff4d08f4294006e7ceb09319137 (diff)
print fixes
Original commit message from CVS: print fixes
Diffstat (limited to 'gst/cutter')
-rw-r--r--gst/cutter/gstcutter.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c
index 823b5125..3faa0171 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 */