From 97b445521c91da95af395d4a03c50f948e9c6188 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 27 Feb 2015 18:00:35 +0000 Subject: 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 Signed-off-by: Darren Hart --- common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb (limited to 'common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb') diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb new file mode 100644 index 00000000..c1c4f5ac --- /dev/null +++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.5.10.bb @@ -0,0 +1,5 @@ +require gstreamer-vaapi.inc + +DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" + +GST_API_VERSION = "1.4" -- cgit v1.2.3-54-g00ecf