summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssink.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-05-28 22:52:52 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-05-28 22:52:52 +0000
commit40b3b23ce1fef9a5bba0175f518d94107097c591 (patch)
tree920a8d329ac1f0fc06425134dee47950fa7e8f82 /sys/oss/gstosssink.h
parentdac1353696dca0f0fdc17cb76066b0f5da96b207 (diff)
Resurect ossclock with a simple algorithm
Original commit message from CVS: Resurect ossclock with a simple algorithm
Diffstat (limited to 'sys/oss/gstosssink.h')
-rw-r--r--sys/oss/gstosssink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/oss/gstosssink.h b/sys/oss/gstosssink.h
index 66bbfd78..ed5a3af3 100644
--- a/sys/oss/gstosssink.h
+++ b/sys/oss/gstosssink.h
@@ -65,6 +65,7 @@ struct _GstOssSink {
GstClock *clock;
gboolean resync;
gboolean sync;
+ guint64 handled;
/* device */
gchar *device;