gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir.
authorTim-Philipp Müller <tim@centricular.net>
Mon, 6 Feb 2006 11:41:43 +0000 (11:41 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 6 Feb 2006 11:41:43 +0000 (11:41 +0000)
Original commit message from CVS:
* gst/apetag/gstapedemux.h:
Fix include, for now GstTagDemux is in the apetag dir.

ChangeLog
gst/apetag/gstapedemux.h

index 9e257e5..6aada8f 100644 (file)
--- 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:
index 93f390a..a6702b4 100644 (file)
@@ -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