From d57d03f01bc3f170b5ad9d70fb50e83f42d6d5d8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 6 Sep 2005 21:31:25 +0000 Subject: ext/flac/gstflacdec.*: Add support for flac files with 24/32 bits per sample; and misc. minor clean-ups. Seeking is s... Original commit message from CVS: * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory), (gst_flacdec_write), (gst_flacdec_convert_src): * ext/flac/gstflacdec.h: Add support for flac files with 24/32 bits per sample; and misc. minor clean-ups. Seeking is still partly broken (for me at least). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd272628..f457befa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-09-06 Tim-Philipp Müller + + * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory), + (gst_flacdec_write), (gst_flacdec_convert_src): + * ext/flac/gstflacdec.h: + Add support for flac files with 24/32 bits per sample; and misc. + minor clean-ups. Seeking is still partly broken (for me at least). + 2005-09-06 Wim Taymans * gst/rtp/Makefile.am: -- cgit