ext/speex/gstspeexdec.c: Make metadata extraction actually work.
authorTim-Philipp Müller <tim@centricular.net>
Tue, 22 Aug 2006 10:32:34 +0000 (10:32 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 22 Aug 2006 10:32:34 +0000 (10:32 +0000)
commit177751c892f16e1d6640b6e381b155bebe3bfe56
tree10948562887be9f9447482b031948a50b9e53e13
parent539c398b3e23e9623cbfa2608b4da1cbdf517e85
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
ext/speex/gstspeexdec.c
ext/speex/gstspeexenc.c