diff options
Diffstat (limited to 'sys/oss/gstosssink.h')
-rw-r--r-- | sys/oss/gstosssink.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/oss/gstosssink.h b/sys/oss/gstosssink.h index 1a600eb3..84f3bd17 100644 --- a/sys/oss/gstosssink.h +++ b/sys/oss/gstosssink.h @@ -63,6 +63,7 @@ struct _GstOssSink { GstClock *provided_clock; GstClock *clock; + gboolean resync; /* device */ gchar *device; @@ -77,9 +78,6 @@ struct _GstOssSink { gboolean mute; guint bufsize; guint bps; - gboolean have_offset; - guint64 offset; - guint64 handled; guint64 fragment_time; }; |