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.
This commit is contained in:
Tim-Philipp Müller 2006-02-06 11:41:43 +00:00
parent 7142afe639
commit 6f224b2556
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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> 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
* docs/plugins/Makefile.am: * docs/plugins/Makefile.am:

View file

@ -21,7 +21,7 @@
#ifndef __GST_APE_DEMUX_H__ #ifndef __GST_APE_DEMUX_H__
#define __GST_APE_DEMUX_H__ #define __GST_APE_DEMUX_H__
#include <gst/tag/gsttagdemux.h> #include "gsttagdemux.h"
G_BEGIN_DECLS G_BEGIN_DECLS