From 5bc69ce9bd487cce89fbd13277492c7106ef410e Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 6 Feb 2006 10:56:07 +0000 Subject: 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). --- docs/plugins/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/plugins/Makefile.am') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 4dba0aa0..958fb045 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -74,6 +74,7 @@ IGNORE_CFILES = # the registry won't have the element EXTRA_HFILES = \ + $(top_srcdir)/gst/apetag/gstapedemux.h \ $(top_srcdir)/gst/autodetect/gstautoaudiosink.h \ $(top_srcdir)/gst/autodetect/gstautovideosink.h \ $(top_srcdir)/gst/level/gstlevel.h \ -- cgit