Add apev2mux element (#343122).
authorSebastian Dröge <mail@slomosnail.de>
Tue, 30 May 2006 14:35:18 +0000 (14:35 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 30 May 2006 14:35:18 +0000 (14:35 +0000)
commitc121cab661eb9f123cd9deab32609570226a4e0d
tree6e81fb6d8e9443d3f4a7636b34aa64d3c39904af
parent8f1c9746eae406efa1619a890bfc35d96fb485e4
Add apev2mux element (#343122).

Original commit message from CVS:
Patch by: Sebastian Dröge  <mail at slomosnail de >
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* ext/taglib/Makefile.am:
* ext/taglib/gstapev2mux.cc:
* ext/taglib/gstapev2mux.h:
* ext/taglib/gstid3v2mux.cc:
* ext/taglib/gsttaglibmux.c: (plugin_init):
* ext/taglib/gsttaglibmux.h:
Add apev2mux element (#343122).
* tests/check/Makefile.am:
* tests/check/elements/apev2mux.c:
(test_taglib_apev2mux_create_tags),
(test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
(demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
(test_taglib_apev2mux_with_tags), (GST_START_TEST),
(apev2mux_suite), (main):
Add unit test for apev2mux element.
ChangeLog
docs/plugins/gst-plugins-good-plugins-docs.sgml
docs/plugins/gst-plugins-good-plugins-sections.txt
ext/taglib/Makefile.am
ext/taglib/gstapev2mux.cc [new file with mode: 0644]
ext/taglib/gstapev2mux.h [new file with mode: 0644]
ext/taglib/gstid3v2mux.cc
ext/taglib/gsttaglibmux.c
ext/taglib/gsttaglibmux.h
tests/check/Makefile.am
tests/check/elements/apev2mux.c [new file with mode: 0644]