diff options
author | Jeremy Simon <jsimon13@yahoo.fr> | 2002-06-09 19:00:27 +0000 |
---|---|---|
committer | Jeremy Simon <jsimon13@yahoo.fr> | 2002-06-09 19:00:27 +0000 |
commit | dc461761f7045dda80afa475531d1aeacdc4db1d (patch) | |
tree | e73084727e19cc70ea4cae35a1701a8bac3e8313 /gst/modplug/gstmodplug.h | |
parent | 636f2735e1bc822a649ce46f7d844b6361d01a07 (diff) | |
download | gst-plugins-bad-dc461761f7045dda80afa475531d1aeacdc4db1d.tar.gz gst-plugins-bad-dc461761f7045dda80afa475531d1aeacdc4db1d.tar.bz2 gst-plugins-bad-dc461761f7045dda80afa475531d1aeacdc4db1d.zip |
add seek event, first shot ;)
Original commit message from CVS:
add seek event, first shot ;)
Diffstat (limited to 'gst/modplug/gstmodplug.h')
-rw-r--r-- | gst/modplug/gstmodplug.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |