summaryrefslogtreecommitdiffstats
path: root/gst/flx
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-12-28 20:24:41 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-12-28 20:24:41 +0000
commit0f1b49a3879e08f3bdc5dbc381a2cab6154fe58a (patch)
tree800bd0f403a8f0ea91793ad879ec142e473993d2 /gst/flx
parent4822f3c01bd593de2a6ae2cb6777d8576d7aa79b (diff)
Fixed some plugins
Original commit message from CVS: Fixed some plugins
Diffstat (limited to 'gst/flx')
-rw-r--r--gst/flx/gstflxdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c
index 211ab476..5fd5eb23 100644
--- a/gst/flx/gstflxdec.c
+++ b/gst/flx/gstflxdec.c
@@ -571,7 +571,6 @@ gst_flxdec_loop (GstElement *element)
GST_BUFFER_DATA(flxdec->frame),
GST_BUFFER_DATA(flxdec->out));
- //GST_BUFFER_FLAG_SET(flxdec->out, GST_BUFFER_FLUSH);
gst_pad_push(flxdec->srcpad, flxdec->out);
break;