diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-26 13:12:47 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-26 13:12:47 +0000 |
commit | 0551d4b78641ad4cc286d3e69c3268a27f5e9647 (patch) | |
tree | fd687ceabdce74e47acba51311507b1f66528081 /audio/gstsbcenc.h | |
parent | c82412ad9e399b9b6391ef73c24f36ff83983e9d (diff) |
Add mode property to the encoder
Diffstat (limited to 'audio/gstsbcenc.h')
-rw-r--r-- | audio/gstsbcenc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h index 491135c1..e7daf2d3 100644 --- a/audio/gstsbcenc.h +++ b/audio/gstsbcenc.h @@ -47,6 +47,8 @@ struct _GstSbcEnc { GstPad *sinkpad; GstPad *srcpad; + gint mode; + sbc_t sbc; }; |