From 177751c892f16e1d6640b6e381b155bebe3bfe56 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 22 Aug 2006 10:32:34 +0000 Subject: ext/speex/gstspeexdec.c: Make metadata extraction actually work. Original commit message from CVS: * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments): Make metadata extraction actually work. * ext/speex/gstspeexenc.c: (gst_speexenc_base_init), (gst_speexenc_init), (gst_speexenc_create_metadata_buffer), (gst_speexenc_chain): Fix metadata writing: replace old code which wrote completely broken tags with libgsttag-based code. Plus miscellaneous code cleanups (use static pad templates etc.) and a bunch of leak fixes. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e0876288..e8f3f1f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-08-22 Tim-Philipp Müller + + * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments): + Make metadata extraction actually work. + + * ext/speex/gstspeexenc.c: (gst_speexenc_base_init), + (gst_speexenc_init), (gst_speexenc_create_metadata_buffer), + (gst_speexenc_chain): + Fix metadata writing: replace old code which wrote completely + broken tags with libgsttag-based code. Plus miscellaneous + code cleanups (use static pad templates etc.) and a bunch + of leak fixes. + 2006-08-21 Stefan Kost * gst/audiopanorama/.cvsignore: -- cgit