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
commit42cc21cd97016d4aa8ecc6d8c80b0dbd8780f975 (patch)
treed1c12c13d40db07bdfffeb23cbb563bbbbc5ce83 /gst/flx
parentd0e007a68085e63f509857e21cef8a7bd8477ce8 (diff)
downloadgst-plugins-bad-42cc21cd97016d4aa8ecc6d8c80b0dbd8780f975.tar.gz
gst-plugins-bad-42cc21cd97016d4aa8ecc6d8c80b0dbd8780f975.tar.bz2
gst-plugins-bad-42cc21cd97016d4aa8ecc6d8c80b0dbd8780f975.zip
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;