summaryrefslogtreecommitdiffstats
path: root/gst/modplug/gstmodplug.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-22 14:37:43 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-22 14:37:43 +0000
commitefaa7abf77373b95e8cbbed4f651d017975eb518 (patch)
tree84095af70d3cbdcd3115fe0315b539212eeb44a9 /gst/modplug/gstmodplug.h
parent6fc1e27bd88db652d47ac0c2ab05688af7e891b0 (diff)
downloadgst-plugins-bad-efaa7abf77373b95e8cbbed4f651d017975eb518.tar.gz
gst-plugins-bad-efaa7abf77373b95e8cbbed4f651d017975eb518.tar.bz2
gst-plugins-bad-efaa7abf77373b95e8cbbed4f651d017975eb518.zip
Think Sane Default
Original commit message from CVS: Think Sane Default
Diffstat (limited to 'gst/modplug/gstmodplug.h')
-rw-r--r--gst/modplug/gstmodplug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h
index 0e8356c8..901670c8 100644
--- a/gst/modplug/gstmodplug.h
+++ b/gst/modplug/gstmodplug.h
@@ -75,7 +75,9 @@ struct _GstModPlug {
gboolean need_discont;
gboolean eos;
gint64 seek_at;
+ guint64 total_samples;
guint64 song_size;
+ guint64 bytes_read;
CSoundFile *mSoundFile;
};