<div dir="ltr"><div>Hi! Maybe you are confusing PyGobject with another similar project, PyGobject is actively maintained and supports both Python2 and Python3 (up to the latest 3.9 release). You can use <a href="https://www.msys2.org/">msys2</a> to get PyGObject and GStreamer: <a href="https://pygobject.readthedocs.io/en/latest/getting_started.html">https://pygobject.readthedocs.io/en/latest/getting_started.html</a></div><div><br></div><div>Hope it helps!</div><div>Luca<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno gio 30 gen 2020 alle ore 12:36 Nirbheek Chauhan <<a href="mailto:nirbheek.chauhan@gmail.com">nirbheek.chauhan@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Python bindings for GStreamer should work fine on Windows with the<br>
latest Python, and I know of some people who have custom setups to<br>
build everything on Windows.<br>
<br>
Unfortunately, we don't have things hooked up in Cerbero for that yet.<br>
There's a pending MR for it:<br>
<a href="https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/113" rel="noreferrer" target="_blank">https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/113</a>,<br>
but it needs a bunch of work to test that it works correctly on all<br>
platforms (including native windows for which we don't have CI yet).<br>
<br>
It will happen at some point, but it's looking unlikely for 1.18. If<br>
you're interested in picking up that MR, that would be nice :)<br>
<br>
Cheers,<br>
Nirbheek<br>
<br>
<br>
On Thu, Jan 30, 2020 at 11:45 AM QwjN1Y9mJvamZJ <<a href="mailto:km212121@gmail.com" target="_blank">km212121@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> What is the current situation of Python bindings for Gstreamer on Windows?<br>
> I've searched around on the net but most information seems to be outdated.<br>
> Here's what I've found:<br>
><br>
> 1. Pygobject for Windows is mentioned as one "enabler" for gstreamer python,<br>
> but the project appears to be abandonded and only supports Python versions<br>
> up to 3.3 or 3.4 anyway, which is too restrictive for me. I wonder if<br>
> current gstreamer versions would work with it anyway.<br>
><br>
> 2. Building my own gst-python (e.g. with Cerbero) requires building<br>
> gobject-introspection (gi) first, but gi doesn't compile on Windows. At<br>
> least I've tried and failed and haven't found any recent tutorial/doc/post<br>
> about building gi on Windows. The gi issue tracker doesn't seem to have<br>
> relevant Windows-related posts, which could mean that either it should build<br>
> and I'm just not doing it well, or that developers' interest in making it<br>
> work on Windows is limited.<br>
><br>
> 3. There aren't any ready-made packages (pip, conda) with Python bindings<br>
> for Windows.<br>
><br>
> Did I miss or misunderstood something?<br>
><br>
> The probably obvious reason why I'm asking is because I'd really like to use<br>
> Gstreamer from a Python project and I'm restricted to Windows. If there's<br>
> nothing else, I can create my own wrapper around the limited functionality I<br>
> need for my own project - an existing, tested solution would be preferred<br>
> and appreciated, though.<br>
><br>
><br>
><br>
> --<br>
> Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>