Xpra: Ticket #299: try newer gstreamer win32 builds

In order to solve #297 reliably and to get opus support (#246), we probably need a better/newer build of gstreamer, it doesn't hurt to try.


The ossbuild downloads are stuck in March 2011 and it seems like the project is completely dead. Maybe these 0.10 builds are more up to date? (latest from March 2012 - slightly better)


Alternatively, we could try porting it to gstreamer 1.0, but I think this is going to be a lot of work: we cannot use gtk2 as the new gstreamer/pygst bindings use gobject introspection.



Thu, 21 Mar 2013 11:38:45 GMT - Antoine Martin: status changed; resolution set

OK, I want to make a release sooner rather than later so I've tried it myself and this looks like a no-go. Here's how:

(the directory structure must be preserved to minimize the changes to the BAT file)

Unfortunately the resulting .exe just hangs silently (looks like a DLL-hell issue), so we probably need to build the python bindings from source, against the headers from this latest build.. And that is totally non-trivial since you need a lot of headers to build (python headers, gtk headers, etc .. as well as the gstreamer headers, ideally all via pkgconfig). If possible, a cross build from Linux may well be an easier option.


The only real way forward is to sort out the win32 build completely... by not using the horror that is MS Windows as a build environment, see #300


Sat, 23 Jan 2021 04:51:00 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/299