diff options
author | Jeremy Simon <jsimon13@yahoo.fr> | 2003-01-20 21:02:58 +0000 |
---|---|---|
committer | Jeremy Simon <jsimon13@yahoo.fr> | 2003-01-20 21:02:58 +0000 |
commit | 6f92032333c89d168b400d826dbae46506d97aac (patch) | |
tree | d192c9487c280e55f394ce48a064897e993dbc41 /gst/modplug/gstmodplug.h | |
parent | 9145d0135b1283b1f080feb8106329b441e23735 (diff) | |
download | gst-plugins-bad-6f92032333c89d168b400d826dbae46506d97aac.tar.gz gst-plugins-bad-6f92032333c89d168b400d826dbae46506d97aac.tar.bz2 gst-plugins-bad-6f92032333c89d168b400d826dbae46506d97aac.zip |
handle bytestream event
Original commit message from CVS:
handle bytestream event
Diffstat (limited to 'gst/modplug/gstmodplug.h')
-rw-r--r-- | gst/modplug/gstmodplug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h index 901670c8..0e8356c8 100644 --- a/gst/modplug/gstmodplug.h +++ b/gst/modplug/gstmodplug.h @@ -75,9 +75,7 @@ struct _GstModPlug { gboolean need_discont; gboolean eos; gint64 seek_at; - guint64 total_samples; guint64 song_size; - guint64 bytes_read; CSoundFile *mSoundFile; }; |