gst-plugins-base: fix warning (ivorbis conflict)

Disable integer vorbis plugin as it conflicts with other vorbis
plugins. Error:

error: GLib-GObject-WARNING **: cannot register existing type `GstVorbisDec'

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-11-26 13:02:12 +01:00
parent 0dc21d460d
commit b0890b7566
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
# Disable integer vorbis plugin as it conflicts with other vorbis plugin with
# error: GLib-GObject-WARNING **: cannot register existing type `GstVorbisDec'
EXTRA_OECONF += "--disable-ivorbis"