summaryrefslogtreecommitdiffstats
path: root/gst/apetag/gstapedemux.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-10-06 15:13:09 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-10-06 15:13:09 +0000
commit7480461b726043f904c4ea46c3323e75147c1972 (patch)
treedb64de1ead3617a882eefdebffca8b7aa763ae5f /gst/apetag/gstapedemux.h
parent7624f9149790a007c98b932ee895e67cd7deee78 (diff)
gst/apetag/: Port APE tag demuxer over to the new GstTagDemux in -base.
Original commit message from CVS: * gst/apetag/Makefile.am: * gst/apetag/gstapedemux.c: * gst/apetag/gstapedemux.h: * gst/apetag/gsttagdemux.c: * gst/apetag/gsttagdemux.h: Port APE tag demuxer over to the new GstTagDemux in -base.
Diffstat (limited to 'gst/apetag/gstapedemux.h')
-rw-r--r--gst/apetag/gstapedemux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/apetag/gstapedemux.h b/gst/apetag/gstapedemux.h
index a6702b4f..3378e5b4 100644
--- a/gst/apetag/gstapedemux.h
+++ b/gst/apetag/gstapedemux.h
@@ -21,7 +21,7 @@
#ifndef __GST_APE_DEMUX_H__
#define __GST_APE_DEMUX_H__
-#include "gsttagdemux.h"
+#include <gst/tag/gsttagdemux.h>
G_BEGIN_DECLS
@@ -49,3 +49,4 @@ GType gst_ape_demux_get_type (void);
G_END_DECLS
#endif /* __GST_APE_DEMUX_H__ */
+