diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-30 17:30:27 +0000 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-30 17:30:27 +0000 | 
| commit | 6c4268df1dff13f3b1a7b778eb2e993648bff519 (patch) | |
| tree | cc5d3ffb1aad24fe7edb07be100c3b0288a6ccda /audio/gstsbcparse.h | |
| parent | 3ad6867c8c7251c3192378a1a0e2ed937ee47d1b (diff) | |
Enable gstreamer plugin to use autoconnect flag.
Diffstat (limited to 'audio/gstsbcparse.h')
| -rw-r--r-- | audio/gstsbcparse.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/gstsbcparse.h b/audio/gstsbcparse.h index eb9ca441..a71aea72 100644 --- a/audio/gstsbcparse.h +++ b/audio/gstsbcparse.h @@ -50,6 +50,9 @@ struct _GstSbcParse {  	GstBuffer *buffer;  	sbc_t sbc; +	sbc_t new_sbc; +	GstCaps *outcaps; +	gboolean first_parsing;  	gint channels;  	gint rate;  | 
