summaryrefslogtreecommitdiffstats
path: root/gst/modplug/gstmodplug.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-03-14 13:11:14 +0000
committerBenjamin Otte <otte@gnome.org>2004-03-14 13:11:14 +0000
commitbcddae04d655326f0207f618abb809a3f45d2938 (patch)
tree23f33a3e72860737f36a988d230dd60d9616d7b3 /gst/modplug/gstmodplug.h
parent94f1403b7b476849d62621d22ba0530fe7ab7216 (diff)
downloadgst-plugins-bad-bcddae04d655326f0207f618abb809a3f45d2938.tar.gz
gst-plugins-bad-bcddae04d655326f0207f618abb809a3f45d2938.tar.bz2
gst-plugins-bad-bcddae04d655326f0207f618abb809a3f45d2938.zip
gst/modplug/gstmodplug.*: set correct timestamps on outgoing buffers
Original commit message from CVS: * gst/modplug/gstmodplug.cc: * gst/modplug/gstmodplug.h: set correct timestamps on outgoing buffers
Diffstat (limited to 'gst/modplug/gstmodplug.h')
-rw-r--r--gst/modplug/gstmodplug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h
index 95a71443..c4a98b86 100644
--- a/gst/modplug/gstmodplug.h
+++ b/gst/modplug/gstmodplug.h
@@ -70,6 +70,7 @@ struct _GstModPlug {
gboolean eos;
gint64 seek_at;
guint64 song_size;
+ guint64 timestamp;
CSoundFile *mSoundFile;
gboolean opened; /* set to TRUE when mSoundFile is created */