diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-03 16:11:57 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-03 16:11:57 +0000 |
commit | c897422d570f2bad93c5f5480fa38b1652057d1c (patch) | |
tree | 57310d30010f6de4bf654b384047e805588337a9 | |
parent | a8b166e3e4b243c435e8e5d74860c8108e4313b4 (diff) |
some wim forgot this
Original commit message from CVS:
some wim forgot this
-rw-r--r-- | sys/oss/gstosssink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/oss/gstosssink.h b/sys/oss/gstosssink.h index 7646de6df..06a13ea76 100644 --- a/sys/oss/gstosssink.h +++ b/sys/oss/gstosssink.h @@ -78,6 +78,7 @@ struct _GstOssSink { gint channels; gint frequency; gint fragment; + gint fragment_size; gboolean mute; guint bufsize; guint bps; |