Created attachment 151582 [details] Patch, which add support of Python for GStreamer 1.0 api Currently Python works only when USE_GSTREAMER is defined (0.10 api). But for ports which uses GStreamer 1.0 api, it's always multimedia/py-gstreamer which is installed. Patch add support of Python (multimedia/py-gstreamer1 and multimedia/py3-gstreamer1) when USE_GSTREAMER1 is defined. If ports needs Python3, same syntax as Python's framework is used. E.g., if port requires Python2 plugin, we define USE_GSTREAMER1= python If port requires Python3 plugin, we define USE_GSTREAMER1= python:3
Re-assign to the multimedia team.
Feel free to reopen if this is still an issue