summaryrefslogtreecommitdiffstats
path: root/ext/gme/gstgme.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gme/gstgme.h')
-rw-r--r--ext/gme/gstgme.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/gme/gstgme.h b/ext/gme/gstgme.h
index 3d7e4899..b4ab17a5 100644
--- a/ext/gme/gstgme.h
+++ b/ext/gme/gstgme.h
@@ -24,7 +24,6 @@
#include <gst/gst.h>
#include <gme/gme.h>
-#include "tag.h"
G_BEGIN_DECLS
@@ -55,7 +54,7 @@ struct _GstSpcDec
gboolean seeking;
int seekpoint;
- spc_tag_info tag_info;
+ GstClockTime total_duration;
};
struct _GstSpcDecClass