mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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.
This commit is contained in:
parent
ab01993d33
commit
701bb29b16
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* 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.
|
||||
|
||||
2008-08-07 Jan Schmidt <Jan.Schmidt@sun.com>
|
||||
|
||||
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
|
||||
|
|
|
@ -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, " \
|
||||
|
|
Loading…
Reference in a new issue