summaryrefslogtreecommitdiff
path: root/ext/gme/gstgme.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-07 06:56:54 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-07 06:56:54 +0200
commite3cc12769288a4cdd4ba06c501451ebfec942ee6 (patch)
tree4f58d443cf2668d1ddad67116a6ebd18c913e4ce /ext/gme/gstgme.h
parentc57eca3f0b254497649ac2474036ccbe406de8c5 (diff)
downloadgstreamer-plugins-bad-e3cc12769288a4cdd4ba06c501451ebfec942ee6.tar.gz
gme: Use gme for tags and duration parsing
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 3d7e48990..b4ab17a55 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