summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/oss/gstosssrc.h')
-rw-r--r--sys/oss/gstosssrc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/oss/gstosssrc.h b/sys/oss/gstosssrc.h
index 21181100..1ba2a042 100644
--- a/sys/oss/gstosssrc.h
+++ b/sys/oss/gstosssrc.h
@@ -72,10 +72,10 @@ struct _GstOssSrc {
gint frequency;
/* blocking */
+ guint64 basetime;
+ guint64 samples_since_basetime;
gulong curoffset;
gulong bytes_per_read;
-
- gulong seq;
};
struct _GstOssSrcClass {