summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssink.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-28 14:33:09 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-28 14:33:09 +0000
commit71d810adff54054e458e06cebd9f294ec05b21b0 (patch)
tree2b931202f7ccfe7bf13de4dfae40257e1ac12b0b /sys/oss/gstosssink.h
parentca8b0275ca139fb0824edfaf02701a59c87ddce4 (diff)
Fix clocking.
Original commit message from CVS: Fix clocking.
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 9a22418f..8ede9da7 100644
--- a/sys/oss/gstosssink.h
+++ b/sys/oss/gstosssink.h
@@ -77,6 +77,7 @@ struct _GstOssSink {
gboolean mute;
guint bufsize;
guint bps;
+ gboolean have_offset;
guint64 offset;
guint64 handled;