summaryrefslogtreecommitdiffstats
path: root/gst/apetag
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-06 11:41:43 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-06 11:41:43 +0000
commit6f224b2556903b2205188508feadaaca286da9bd (patch)
treeabd0b88cc4a0554af4095d6c61bc6eca76418d90 /gst/apetag
parent7142afe6396d70c324c8849194f0dd74b965f0bf (diff)
gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir.
Original commit message from CVS: * gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir.
Diffstat (limited to 'gst/apetag')
-rw-r--r--gst/apetag/gstapedemux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/apetag/gstapedemux.h b/gst/apetag/gstapedemux.h
index 93f390a9..a6702b4f 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 <gst/tag/gsttagdemux.h>
+#include "gsttagdemux.h"
G_BEGIN_DECLS