From 7480461b726043f904c4ea46c3323e75147c1972 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 6 Oct 2007 15:13:09 +0000 Subject: 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. --- gst/apetag/gstapedemux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/apetag/gstapedemux.h') 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 G_BEGIN_DECLS @@ -49,3 +49,4 @@ GType gst_ape_demux_get_type (void); G_END_DECLS #endif /* __GST_APE_DEMUX_H__ */ + -- cgit