]> code.ossystems Code Review - openembedded-core.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:12:28 +0000 (09:12 +0100)
commit6650bd1b9c770b01525356f9a1fabd758360ee8f
tree2a4b595ba5018404918d08fa32e47dbf5f98f7de
parent3d5f11f0a1fd036e28a1d3f0c3169d8e21cc1358
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.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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]