This plugin is conflicting somehow with the other vorbis plugin throwing
some error messages when using gstreamer:
(gst-plugin-scanner:873): GLib-GObject-WARNING **: cannot register existing type `GstVorbisDec'
(gst-plugin-scanner:873): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed
(gst-plugin-scanner:873): GStreamer-CRITICAL **: gst_element_register: assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed
Disabling the plugin does remove the error messages with no
functionality loss (as we have the standard vorbis plugin)
https://jira.digi.com/browse/DEL-447
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Those packages are already runtime dependences of gst-fsl-plugin, so
there is no need to explictly add them here.
https://jira.digi.com/browse/DEL-162
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This recipe install an init script that allows to set some alsa audio
parameters without having to touch the default alsa states.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
There is no need to explicitly set PACKAGES variable (it is
automatically handled by packagegroup.bbclass)
Signed-off-by: Javier Viguera <javier.viguera@digi.com>