summaryrefslogtreecommitdiffstats
path: root/audio/gstbluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstbluetooth.c')
-rw-r--r--audio/gstbluetooth.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/gstbluetooth.c b/audio/gstbluetooth.c
index 8c07bae3..8b2ca76e 100644
--- a/audio/gstbluetooth.c
+++ b/audio/gstbluetooth.c
@@ -27,6 +27,7 @@
#include "gstsbcenc.h"
#include "gstsbcdec.h"
+#include "gstsbcparse.h"
#include "gsta2dpsink.h"
static GstStaticCaps sbc_caps = GST_STATIC_CAPS("audio/x-sbc");
@@ -62,6 +63,10 @@ static gboolean plugin_init(GstPlugin *plugin)
GST_RANK_PRIMARY, GST_TYPE_SBC_DEC) == FALSE)
return FALSE;
+ if (gst_element_register(plugin, "sbcparse",
+ GST_RANK_PRIMARY, GST_TYPE_SBC_PARSE) == FALSE)
+ return FALSE;
+
if (gst_element_register(plugin, "a2dpsink",
GST_RANK_PRIMARY, GST_TYPE_A2DP_SINK) == FALSE)
return FALSE;