[Bug 797138] Meson build does not support Python 2

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 13 16:23:30 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797138

Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas at ndufresne.ca

--- Comment #5 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Farstream have no hand written bindings. The generated binding works fine in
Python3. We should port the small set of examples, and drop the left over .m4
and configure checks. But this is to be filed to Farstream project.

For the reference, the initial setup is the following (tested locally):
$ python3
>> import gi
>> gi.require_version('Gst', '1.0')
>> gi.require_version('Farstream', '0.2')
>> from gi.repository import Gst
>> from gi.repository import Farstream
>> Gst.init(None)
 ....

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list