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 343190ea..5109c3c4 100644 --- a/sys/oss/gstosssrc.h +++ b/sys/oss/gstosssrc.h @@ -70,8 +70,10 @@ struct _GstOssSrc { gint format; gint channels; gint frequency; + gboolean need_sync; /* Do the parameters need resynced? */ - + gboolean need_eos; /* Do we need to emit an EOS? */ + /* blocking */ guint64 basetime; guint64 samples_since_basetime; |