summaryrefslogtreecommitdiffstats
path: root/gst/cutter
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-07-15 11:40:29 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-07-15 11:40:29 +0000
commita8b1136da3a8206610f9d7da82039d632a09c7dd (patch)
treeee99a5152bda833abda337621611557ea761d84d /gst/cutter
parent65bf60531f6dfacb60a5110521858f2b8c24fbc3 (diff)
merge fix
Original commit message from CVS: merge fix
Diffstat (limited to 'gst/cutter')
-rw-r--r--gst/cutter/gstcutter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c
index 0e4c6e89..4b400c65 100644
--- a/gst/cutter/gstcutter.c
+++ b/gst/cutter/gstcutter.c
@@ -207,7 +207,6 @@ gst_cutter_chain (GstPad *pad, GstBuffer *buf)
g_return_if_fail (filter != NULL);
g_return_if_fail (GST_IS_CUTTER (filter));
- /* FIXME: this doesn't seem to be working well anymore */
if (gst_audio_is_buffer_framed (pad, buf) == FALSE)
g_warning ("cutter: audio buffer is not framed !\n");