Results 87 comments of Vincent

I currently have a working Windows build using the GStreamer-Cairo player backend. You can check out the build files [here](https://github.com/vinszent/gnome-twitch/tree/master/data/packages/windows) and I will hopefully be able to include a Windows...

It would be possible, by opening the login page in an existing browser and getting the user to manually copy their OAuth token from the url. Also it doesn't always...

I already have a Inno setup script in the build directory which creates a Windows installer. I haven't actually tried cross-compiling, I just compile in a Windows VM. Thanks for...

I created Windows build scripts [here](https://github.com/vinszent/gnome-twitch/tree/master/data/packages/windows), but too be honest it's too much effort for me to maintain. Anybody that wants to take this on is welcome, the current build...

I have a whole lot of stuff I need to push to GH, but in my local tree I have implemented a way to login without using the built in...

Ones like this: https://github.com/vinszent/gnome-twitch/issues/291

Did the Cairo backend work at all? I don't know what the status is of OpenGL in Flatpak.

I've been investigating this for a while and I'm pretty sure it's not from my code. From my own experiments it seems like the leak comes from the player backends....

@dengelt Yes I've used Valgrind to do leak checking as well. Although there are leaks from my own code, they are pretty minor and aren't the cause of the leak...

So I've done some more investigating and I experimented with the GStreamer's own playback example ([here](https://github.com/GStreamer/gst-examples/tree/master/playback/player)). If I open and close a video/stream repeatedly, basically what GT does, the memory...