summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/apetag/gstapedemux.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e257e59..6aada8fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/apetag/gstapedemux.h:
+ Fix include, for now GstTagDemux is in the apetag dir.
+
+2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
+
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
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