summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssrc.c
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/gstosssrc.c
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/gstosssrc.c')
-rw-r--r--sys/oss/gstosssrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/oss/gstosssrc.c b/sys/oss/gstosssrc.c
index 5f545db0..68593d80 100644
--- a/sys/oss/gstosssrc.c
+++ b/sys/oss/gstosssrc.c
@@ -473,7 +473,7 @@ gst_osssrc_get_formats (GstPad *pad)
{
static const GstFormat formats[] = {
GST_FORMAT_TIME,
- GST_FORMAT_UNITS,
+ GST_FORMAT_DEFAULT,
GST_FORMAT_BYTES,
0
};