summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstsbcparse.h')
-rw-r--r--audio/gstsbcparse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/gstsbcparse.h b/audio/gstsbcparse.h
index ceaf2197..eb9ca441 100644
--- a/audio/gstsbcparse.h
+++ b/audio/gstsbcparse.h
@@ -50,6 +50,9 @@ struct _GstSbcParse {
GstBuffer *buffer;
sbc_t sbc;
+
+ gint channels;
+ gint rate;
};
struct _GstSbcParseClass {
@@ -58,4 +61,6 @@ struct _GstSbcParseClass {
GType gst_sbc_parse_get_type(void);
+gboolean gst_sbc_parse_plugin_init(GstPlugin *plugin);
+
G_END_DECLS