summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-12-03 14:32:11 -0600
committerTom Zanussi <tom.zanussi@intel.com>2011-12-05 14:25:00 -0600
commit90f802f1a71cc79a5cc23b0425a4ceaa8385c1e4 (patch)
tree48a1c1d1ddf2ad768b9e09fc8012f71ce5da2219 /common/recipes-multimedia/gstreamer
parent4a03808a715749bd50b2cf1d09b145c4a249bda4 (diff)
downloadmeta-intel-90f802f1a71cc79a5cc23b0425a4ceaa8385c1e4.tar.gz
meta-intel: new package - gst-va-intel
We need some extra plugins for EMGD video acceleration use and testing, so create a new 'gst-va-intel' package group for them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common/recipes-multimedia/gstreamer')
-rw-r--r--common/recipes-multimedia/gstreamer/gst-va-intel.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/common/recipes-multimedia/gstreamer/gst-va-intel.bb b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
new file mode 100644
index 00000000..31bde4e3
--- /dev/null
+++ b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
@@ -0,0 +1,28 @@
1DESCRIPTION = "Video Acceleration Add-ons for Intel BSPs"
2LICENSE = "MIT"
3DEPENDS = "gst-meta-base"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
5 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
6
7PR = "r0"
8
9PACKAGES = "\
10 gst-va-intel \
11 gst-va-intel-general \
12 gst-va-intel-video \
13 "
14
15ALLOW_EMPTY = "1"
16
17RDEPENDS_gst-va-intel = "\
18 gst-va-intel-general \
19 gst-va-intel-video \
20 "
21
22RDEPENDS_gst-va-intel-general = "\
23 gst-ffmpeg \
24 "
25
26RDEPENDS_gst-va-intel-video = "\
27 gst-plugins-good-isomp4 \
28 "