summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcdec.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-01-23 13:14:02 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-01-23 13:14:02 +0000
commita0af7ee44534dad8f35a4142c6a22177e54ffc57 (patch)
treec6a475d035e40f617a213a9ad5327a7eb5d01388 /audio/gstsbcdec.h
parent1cacae6dd9f44d0e403aa29e45eb3d20e7127f68 (diff)
Make a2dpsink to act like a bin and split the payloader.
Diffstat (limited to 'audio/gstsbcdec.h')
-rw-r--r--audio/gstsbcdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstsbcdec.h b/audio/gstsbcdec.h
index 4a6922a0..0bb0b57e 100644
--- a/audio/gstsbcdec.h
+++ b/audio/gstsbcdec.h
@@ -58,4 +58,6 @@ struct _GstSbcDecClass {
GType gst_sbc_dec_get_type(void);
+gboolean gst_sbc_dec_plugin_init(GstPlugin *plugin);
+
G_END_DECLS