mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
gst-meta-base: add uridecodebin library support
libowl-av tries to use playbin2 defaultly, which needs uridecodebin support from gst-plugins-base. This fixes both [BUGID #615] and [BUGID #616] CC: Edwin Zhai <edwin.zhai@intel.com> Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
|
||||
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
PACKAGES = "\
|
||||
gst-meta-base \
|
||||
@@ -19,6 +19,7 @@ RDEPENDS_gst-meta-base = "\
|
||||
gstreamer \
|
||||
gst-plugins-base-playbin \
|
||||
gst-plugins-base-decodebin \
|
||||
gst-plugins-base-decodebin2 \
|
||||
gst-plugins-base-gnomevfs \
|
||||
gst-plugins-base-alsa \
|
||||
gst-plugins-base-volume \
|
||||
|
||||
Reference in New Issue
Block a user