diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-25 19:32:03 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-25 19:32:03 +0000 |
commit | d542fb37a81d1d96604d41b36a6d6b11087ba2da (patch) | |
tree | def78906f93346b776df63bebdb334a8fa73acee /audio/gstsbcenc.h | |
parent | 80c75b2aeb116ae9eb70b864f5dac1891551787d (diff) |
Implement full encoding support
Diffstat (limited to 'audio/gstsbcenc.h')
-rw-r--r-- | audio/gstsbcenc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h index 64457d21..491135c1 100644 --- a/audio/gstsbcenc.h +++ b/audio/gstsbcenc.h @@ -23,6 +23,8 @@ #include <gst/gst.h> +#include "sbc.h" + G_BEGIN_DECLS #define GST_TYPE_SBC_ENC \ @@ -44,6 +46,8 @@ struct _GstSbcEnc { GstPad *sinkpad; GstPad *srcpad; + + sbc_t sbc; }; struct _GstSbcEncClass { |