All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] meta-intel: add extra gst plugins for video acceleration
@ 2011-12-06  4:53 tom.zanussi
  2011-12-06  4:53 ` [PATCH 1/2] meta-intel: new package - gst-va-intel tom.zanussi
  2011-12-06  4:53 ` [PATCH 2/2] meta-crownbay: use gst-va-intel tom.zanussi
  0 siblings, 2 replies; 3+ messages in thread
From: tom.zanussi @ 2011-12-06  4:53 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This patchset adds a recipe to install some additional gst plugins needed
for playing and testing mp4 videos and has crownbay use it.

The following changes since commit 4a03808a715749bd50b2cf1d09b145c4a249bda4:
  Tom Zanussi (1):
        Revert "meta-intel: add gst-meta-base .bbappend"

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/gst-va
  http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/gst-va

Tom Zanussi (2):
  meta-intel: new package - gst-va-intel
  meta-crownbay: use gst-va-intel

 .../recipes-multimedia/gstreamer/gst-va-intel.bb   |   28 ++++++++++++++++++++
 meta-crownbay/conf/machine/crownbay.conf           |    2 +
 2 files changed, 30 insertions(+), 0 deletions(-)
 create mode 100644 common/recipes-multimedia/gstreamer/gst-va-intel.bb



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] meta-intel: new package - gst-va-intel
  2011-12-06  4:53 [PATCH 0/2] meta-intel: add extra gst plugins for video acceleration tom.zanussi
@ 2011-12-06  4:53 ` tom.zanussi
  2011-12-06  4:53 ` [PATCH 2/2] meta-crownbay: use gst-va-intel tom.zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: tom.zanussi @ 2011-12-06  4:53 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

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>
---
 .../recipes-multimedia/gstreamer/gst-va-intel.bb   |   28 ++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 common/recipes-multimedia/gstreamer/gst-va-intel.bb

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 0000000..31bde4e
--- /dev/null
+++ b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "Video Acceleration Add-ons for Intel BSPs"
+LICENSE = "MIT"
+DEPENDS = "gst-meta-base"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+PR = "r0"
+
+PACKAGES = "\
+    gst-va-intel \
+    gst-va-intel-general \
+    gst-va-intel-video \
+    "
+
+ALLOW_EMPTY = "1"
+
+RDEPENDS_gst-va-intel = "\
+    gst-va-intel-general \
+    gst-va-intel-video \
+    "
+
+RDEPENDS_gst-va-intel-general = "\
+    gst-ffmpeg \
+    "
+
+RDEPENDS_gst-va-intel-video = "\
+    gst-plugins-good-isomp4 \
+    "
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] meta-crownbay: use gst-va-intel
  2011-12-06  4:53 [PATCH 0/2] meta-intel: add extra gst plugins for video acceleration tom.zanussi
  2011-12-06  4:53 ` [PATCH 1/2] meta-intel: new package - gst-va-intel tom.zanussi
@ 2011-12-06  4:53 ` tom.zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: tom.zanussi @ 2011-12-06  4:53 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Have crownbay use gst-va-intel so we can easily test and make use of
the video acceleration capabilities of this machine.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-crownbay/conf/machine/crownbay.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
index a57cc1c..1bf3bdd 100644
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -17,3 +17,5 @@ PREFERRED_VERSION_mesa-dri ?= "7.11"
 PREFERRED_VERSION_emgd-driver-bin ?= "1.8"
 
 APPEND += "video=vesafb vga=0x318"
+
+MACHINE_EXTRA_RRECOMMENDS += "gst-va-intel"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-06  4:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06  4:53 [PATCH 0/2] meta-intel: add extra gst plugins for video acceleration tom.zanussi
2011-12-06  4:53 ` [PATCH 1/2] meta-intel: new package - gst-va-intel tom.zanussi
2011-12-06  4:53 ` [PATCH 2/2] meta-crownbay: use gst-va-intel tom.zanussi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.