gstreamer-vaapi: upgrade to 0.5.10

Many fixes for playback, in particular this now autoplugs correctly with
GStreamer so using "gst-launch playbin" actually works.

0.5.10 has "obsolete" support for GStreamer 0.10 (in that it doesn't actually
compile) and 0.5.11 will be removing support for GStreamer 0.10 entirely, so
delete the gstreamer-vaapi-0.10 recipe.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
Ross Burton 2015-02-27 18:00:35 +00:00 committed by Darren Hart
parent 19d0a6100e
commit 97b445521c
3 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
require gstreamer-vaapi.inc
DEPENDS += "gstreamer gst-plugins-base gst-plugins-bad"
GST_API_VERSION = "0.10"
PACKAGECONFIG_remove = "wayland"

View File

@ -15,8 +15,8 @@ SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${REALPN}/${REALPN
file://install-tests.patch \
"
SRC_URI[md5sum] = "d213d22affbb2d65ebf6107fec69999b"
SRC_URI[sha256sum] = "b5efbb5ccd3e9fd1ce16193dd14cfac327a8ec2662794c0067ff2603c3355003"
SRC_URI[md5sum] = "3bd90b696b644be943450ba0c1497193"
SRC_URI[sha256sum] = "0dd236c7bf225322b8934fdba99a7a9e4542566a2acbe7564cdc3ec2c8b73c9d"
S = "${WORKDIR}/${REALPN}-${PV}"