Add APE tag demuxer (#325649).
authorTim-Philipp Müller <tim@centricular.net>
Mon, 6 Feb 2006 10:56:07 +0000 (10:56 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 6 Feb 2006 10:56:07 +0000 (10:56 +0000)
commit5bc69ce9bd487cce89fbd13277492c7106ef410e
tree81c061009dba4d41fbccfa714feaa268bb092df3
parent059527abc02d074cb31af6d0b25e0ed1c8b032c9
Add APE tag demuxer (#325649).

Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/inspect/plugin-apetag.xml:
* gst/apetag/Makefile.am:
* gst/apetag/gstapedemux.c:
* gst/apetag/gstapedemux.h:
* gst/apetag/gsttagdemux.c:
* gst/apetag/gsttagdemux.h:
Add APE tag demuxer (#325649).
12 files changed:
ChangeLog
configure.ac
docs/plugins/Makefile.am
docs/plugins/gst-plugins-good-plugins-docs.sgml
docs/plugins/gst-plugins-good-plugins-sections.txt
docs/plugins/gst-plugins-good-plugins.hierarchy
docs/plugins/inspect/plugin-apetag.xml [new file with mode: 0644]
gst/apetag/Makefile.am [new file with mode: 0644]
gst/apetag/gstapedemux.c [new file with mode: 0644]
gst/apetag/gstapedemux.h [new file with mode: 0644]
gst/apetag/gsttagdemux.c [new file with mode: 0644]
gst/apetag/gsttagdemux.h [new file with mode: 0644]