diff options
Diffstat (limited to 'gst/apetag/gstapedemux.h')
-rw-r--r-- | gst/apetag/gstapedemux.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <gst/tag/gsttagdemux.h> G_BEGIN_DECLS @@ -49,3 +49,4 @@ GType gst_ape_demux_get_type (void); G_END_DECLS #endif /* __GST_APE_DEMUX_H__ */ + |