summaryrefslogtreecommitdiffstats
path: root/ext/spc/gstspc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spc/gstspc.h')
-rw-r--r--ext/spc/gstspc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/spc/gstspc.h b/ext/spc/gstspc.h
index a1627997..e1740667 100644
--- a/ext/spc/gstspc.h
+++ b/ext/spc/gstspc.h
@@ -1,5 +1,6 @@
/* Copyright (C) 2004-2005 Michael Pyne <michael dot pyne at kdemail net>
* Copyright (C) 2004-2006 Chris Lee <clee at kde org>
+ * Copyright (C) 2007 Brian Koropoff <bkoropoff at gmail com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -24,6 +25,8 @@
#include <openspc.h>
+#include "tag.h"
+
G_BEGIN_DECLS
#define GST_TYPE_SPC_DEC \
@@ -49,6 +52,12 @@ struct _GstSpcDec
GstBuffer *buf;
gboolean initialized;
+ gboolean seeking;
+ guint32 seekpoint;
+
+ spc_tag_info tag_info;
+
+ guint32 byte_pos;
};
struct _GstSpcDecClass