gst-plugins-base: disable integer vorbis plugin
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>
This commit is contained in:
parent
08d2833e27
commit
02a3bc1fad
|
|
@ -11,5 +11,6 @@ EXTRA_OECONF += "\
|
|||
--disable-cdparanoia \
|
||||
--disable-examples \
|
||||
--disable-gtk-doc \
|
||||
--disable-ivorbis \
|
||||
--disable-rpath \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ PACKAGE_gst-plugins-base-ogg-framework = "\
|
|||
gst-plugins-base-ogg \
|
||||
gst-plugins-base-theora \
|
||||
gst-plugins-base-vorbis \
|
||||
gst-plugins-base-ivorbisdec \
|
||||
"
|
||||
PACKAGE_gst-plugins-base-conversion = "\
|
||||
gst-plugins-base-ffmpegcolorspace \
|
||||
|
|
|
|||
Loading…
Reference in New Issue