I had some difficulty getting PySide (Qt bindings) and PyGST working together on Microsoft Windows, so I thought I'd share my working example. I've attached the code, as well as made a github:gist (
https://gist.github.com/1120231). Most of this is based on examples and tutorials I found, but I just brought it all together. For example, it took me a bit to realize that with PySide, QWidget.winId() returns a PyCObject, unlike PyQt which returns a void pointer, requiring the use of pythonapi.PyCObject_AsVoidPtr.
If you see any problems with this code, please let me know and I'll update the gist.
Thanks,
-Josh
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel