summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssink.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2003-05-24 10:45:27 +0000
committerWim Taymans <wim.taymans@gmail.com>2003-05-24 10:45:27 +0000
commit10bb03148d1ee34fcf508465bd6eb1b24752d45d (patch)
treeeca992634fdff67c28e73b6a7a71a02ea35b4007 /sys/oss/gstosssink.h
parent9dc595c9b9e441c0ff6f4d3dbb550067333e03fb (diff)
- UNITS -> DEFAULT
Original commit message from CVS: - UNITS -> DEFAULT - added chunk_size option to osssink, buffers will be written to the devive in chunks of this size, this can increase the accuracy of the clock on some devices.
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 b61243fe..689d6009 100644
--- a/sys/oss/gstosssink.h
+++ b/sys/oss/gstosssink.h
@@ -68,6 +68,7 @@ struct _GstOssSink {
gboolean mute;
guint bufsize;
+ guint chunk_size;
};