diff options
Diffstat (limited to 'sys/oss/gstosselement.h')
-rw-r--r-- | sys/oss/gstosselement.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/oss/gstosselement.h b/sys/oss/gstosselement.h index d541ecc5..fb161ad6 100644 --- a/sys/oss/gstosselement.h +++ b/sys/oss/gstosselement.h @@ -79,6 +79,9 @@ struct _GstOssElement /* stats bytes per *second* */ guint bps; + /* sample width in bytes */ + guint sample_width; + /* parameters */ gint law; gint endianness; |