summaryrefslogtreecommitdiffstats
path: root/ext/flac
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-12-23 23:00:59 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-12-23 23:00:59 +0000
commitcdb004a72294b899ab6094fd9f3acfa6bf7cfbf2 (patch)
tree076b4b14865d9b29dcca44d57919c749ca38114a /ext/flac
parent35e50facf7554f540e67b99bd79f06adbbf7dd24 (diff)
Fixed some leftover fixes
Original commit message from CVS: Fixed some leftover fixes
Diffstat (limited to 'ext/flac')
-rw-r--r--ext/flac/gstflacdec.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c
index 67291482..d7619b55 100644
--- a/ext/flac/gstflacdec.c
+++ b/ext/flac/gstflacdec.c
@@ -242,9 +242,6 @@ gst_flacdec_loop (GstElement *element)
FLAC__stream_decoder_process_metadata (flacdec->decoder);
}
- do {
- FLAC__stream_decoder_process_one_frame (flacdec->decoder);
- }
- while (!GST_ELEMENT_IS_COTHREAD_STOPPING (element));
+ FLAC__stream_decoder_process_one_frame (flacdec->decoder);
}