From dc461761f7045dda80afa475531d1aeacdc4db1d Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Sun, 9 Jun 2002 19:00:27 +0000 Subject: add seek event, first shot ;) Original commit message from CVS: add seek event, first shot ;) --- gst/modplug/gstmodplug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/modplug/gstmodplug.h') diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h index 56badeee..87efb7ff 100644 --- a/gst/modplug/gstmodplug.h +++ b/gst/modplug/gstmodplug.h @@ -63,6 +63,8 @@ struct _GstModPlug { guchar *audiobuffer; gint32 length; + gboolean restart; + gint64 seek_at; CSoundFile *mSoundFile; }; -- cgit v1.2.1