diff options
Diffstat (limited to 'sys/oss/gstosssrc.h')
-rw-r--r-- | sys/oss/gstosssrc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/oss/gstosssrc.h b/sys/oss/gstosssrc.h index 1ba2a042..343190ea 100644 --- a/sys/oss/gstosssrc.h +++ b/sys/oss/gstosssrc.h @@ -70,12 +70,14 @@ struct _GstOssSrc { gint format; gint channels; gint frequency; - + gboolean need_sync; /* Do the parameters need resynced? */ + /* blocking */ guint64 basetime; guint64 samples_since_basetime; gulong curoffset; gulong bytes_per_read; + }; struct _GstOssSrcClass { |