diff options
author | Andy Wingo <wingo@pobox.com> | 2005-08-23 13:59:22 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-08-23 13:59:22 +0000 |
commit | 02a32faa481dfc259dad9e40b75a88f1d917d224 (patch) | |
tree | 58803589a2f5b6b63face22a5f026f7970a97893 /sys/oss/gstosssrc.h | |
parent | b976e88c29914b3d35b3e02612b22741998934d8 (diff) |
sys/oss/gstosssrc.*: Easy to implement a mixer, eh...
Original commit message from CVS:
2005-08-23 Andy Wingo <wingo@pobox.com>
* sys/oss/gstosssrc.c:
* sys/oss/gstosssrc.h: Easy to implement a mixer, eh...
Diffstat (limited to 'sys/oss/gstosssrc.h')
-rw-r--r-- | sys/oss/gstosssrc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/oss/gstosssrc.h b/sys/oss/gstosssrc.h index 23f7c389..a3b5ba6f 100644 --- a/sys/oss/gstosssrc.h +++ b/sys/oss/gstosssrc.h @@ -29,6 +29,7 @@ #include <gst/audio/gstaudiosrc.h> #include "gstosshelper.h" +#include "gstossmixer.h" G_BEGIN_DECLS @@ -49,6 +50,8 @@ struct _GstOssSrc { gchar *device; gchar *device_name; + + GstOssMixer *mixer; }; struct _GstOssSrcClass { |