From 01bcb096c75d8f4264390b8afb6f307ca97e23f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 24 Apr 2008 22:19:48 +0000 Subject: Add support for the new libmpcdec API which magically gets us support for SV8 files. Also do some random cleanup. Fix... Original commit message from CVS: * configure.ac: * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init), (gst_musepackdec_init), (gst_musepackdec_dispose), (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init), (gst_musepackdec_loop), (plugin_init): * ext/musepack/gstmusepackdec.h: * ext/musepack/gstmusepackreader.c: * ext/musepack/gstmusepackreader.h: Add support for the new libmpcdec API which magically gets us support for SV8 files. Also do some random cleanup. Fixes bug #526905. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a2d182ce..7dbfdb17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-04-25 Sebastian Dröge + + * configure.ac: + * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init), + (gst_musepackdec_init), (gst_musepackdec_dispose), + (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init), + (gst_musepackdec_loop), (plugin_init): + * ext/musepack/gstmusepackdec.h: + * ext/musepack/gstmusepackreader.c: + * ext/musepack/gstmusepackreader.h: + Add support for the new libmpcdec API which magically gets us support + for SV8 files. Also do some random cleanup. Fixes bug #526905. + 2008-04-24 Jan Schmidt * configure.ac: -- cgit v1.2.1