From 701bb29b16fa156fd50401ae1ed077f053a4d4d8 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 7 Aug 2008 14:40:13 +0000 Subject: ext/flac/gstflacdec.c: Add FIXME for 0.11 to simply output everything with width=32 as given by FLAC and let audiocon... Original commit message from CVS: * ext/flac/gstflacdec.c: Add FIXME for 0.11 to simply output everything with width=32 as given by FLAC and let audioconvert handle the conversions instead of doing them in flacdec. --- ext/flac/gstflacdec.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/flac') diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index 66d6c14c..dd730b3d 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -205,6 +205,10 @@ static void gst_flac_dec_error_callback_stream (const FLAC__StreamDecoder * #endif GST_BOILERPLATE (GstFlacDec, gst_flac_dec, GstElement, GST_TYPE_ELEMENT); + +/* FIXME 0.11: Use width=32 for all depths and let audioconvert + * handle the conversions instead of doing it ourself. + */ #define GST_FLAC_DEC_SRC_CAPS \ "audio/x-raw-int, " \ "endianness = (int) BYTE_ORDER, " \ -- cgit