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:
Javier Viguera 2013-05-20 16:55:57 +02:00
parent 08d2833e27
commit 02a3bc1fad
2 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,6 @@ EXTRA_OECONF += "\
--disable-cdparanoia \ --disable-cdparanoia \
--disable-examples \ --disable-examples \
--disable-gtk-doc \ --disable-gtk-doc \
--disable-ivorbis \
--disable-rpath \ --disable-rpath \
" "

View File

@ -42,7 +42,6 @@ PACKAGE_gst-plugins-base-ogg-framework = "\
gst-plugins-base-ogg \ gst-plugins-base-ogg \
gst-plugins-base-theora \ gst-plugins-base-theora \
gst-plugins-base-vorbis \ gst-plugins-base-vorbis \
gst-plugins-base-ivorbisdec \
" "
PACKAGE_gst-plugins-base-conversion = "\ PACKAGE_gst-plugins-base-conversion = "\
gst-plugins-base-ffmpegcolorspace \ gst-plugins-base-ffmpegcolorspace \