diff options
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; | 
