From 0551d4b78641ad4cc286d3e69c3268a27f5e9647 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 26 Aug 2007 13:12:47 +0000 Subject: Add mode property to the encoder --- audio/gstsbcenc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/gstsbcenc.h') 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; }; -- cgit