From 6c4268df1dff13f3b1a7b778eb2e993648bff519 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 30 Jan 2008 17:30:27 +0000 Subject: Enable gstreamer plugin to use autoconnect flag. --- audio/gstsbcparse.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/gstsbcparse.h') 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; -- cgit