From bcddae04d655326f0207f618abb809a3f45d2938 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 14 Mar 2004 13:11:14 +0000 Subject: 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 --- gst/modplug/gstmodplug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/modplug/gstmodplug.h') 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 */ -- cgit v1.2.1