]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gstreamer1.0-python: add new recipe
authorMartin Kelly <mkelly@xevo.com>
Tue, 18 Jul 2017 18:46:54 +0000 (11:46 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Jul 2017 08:13:32 +0000 (09:13 +0100)
commita2cf84affff8a78fdaa8fabcfa9b40be1936678e
tree8a78058527aa6adc846b554fcbac6adc56175bd1
parent9d6b0c508b3ad1297893674bf41216d9fa90503b
gstreamer1.0-python: add new recipe

Previously, we had a gst-python recipe, but it supported only GStreamer
0.1. After GStreamer switched the Python bindings to use GObject
introspection, we were no longer able to build the bindings, and they
were dropped in this patch:

https://patchwork.openembedded.org/patch/93793/

However, at this point, we have a gobject-introspection class, so we can
use the bindings again, this time with GStreamer 1.0.

(From OE-Core rev: 6650bd1b9c770b01525356f9a1fabd758360ee8f)

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.10.4.bb [new file with mode: 0644]