From: Mauro Carvalho Chehab Date: Wed, 15 Jul 2015 18:40:12 +0000 (+0000) Subject: images: add gstreamer plugins X-Git-Url: http://review.tizen.org/git/?p=scm%2Fbb%2Fmeta-tizen.git;a=commitdiff_plain;h=43b06d88eecd8206def0cc316be40a4374c6594e images: add gstreamer plugins Currently, only the bare core of gstreamer plugins are there, not enough even to play a video. Change-Id: I3260312b2f9fa84f57d170562c28ea4f51243c5a Signed-off-by: Mauro Carvalho Chehab --- diff --git a/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb b/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb index c76980e..b90adeb 100644 --- a/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb +++ b/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb @@ -52,6 +52,16 @@ CORE_IMAGE_BASE_INSTALL += "procps" CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-fonts-ttf" CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-fonts-pango" +# Multimedia +CORE_IMAGE_BASE_INSTALL += "gstreamer1.0-meta-base" +CORE_IMAGE_BASE_INSTALL += "gstreamer1.0-meta-audio" +CORE_IMAGE_BASE_INSTALL += "gstreamer1.0-meta-video" +CORE_IMAGE_BASE_INSTALL += "gstreamer1.0-meta-debug" +CORE_IMAGE_BASE_INSTALL += "gstreamer1.0-plugins-good-meta" +CORE_IMAGE_BASE_INSTALL += "gstreamer1.0-plugins-base-meta" +CORE_IMAGE_BASE_INSTALL += "gstreamer1.0-plugins-ugly-meta" +CORE_IMAGE_BASE_INSTALL += "gstreamer1.0-plugins-bad-meta" + export SYSROOT = "${IMAGE_ROOTFS}" # Set root password to "root"