summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssink.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-05-26 23:01:16 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-05-26 23:01:16 +0000
commitd05f8f80dc14b0826ec2c832b207623431edc561 (patch)
tree2636a3b72daa17ccec85a76323cd4f8c8a70ca48 /sys/oss/gstosssink.h
parent91a716f915e94b43ea4cb88a81b1308906940d45 (diff)
Added sync option to disable syncing to the clock.
Original commit message from CVS: Added sync option to disable syncing to the clock.
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 84f3bd17..66bbfd78 100644
--- a/sys/oss/gstosssink.h
+++ b/sys/oss/gstosssink.h
@@ -64,6 +64,7 @@ struct _GstOssSink {
GstClock *provided_clock;
GstClock *clock;
gboolean resync;
+ gboolean sync;
/* device */
gchar *device;