mirror of
https://github.com/m1k1o/neko.git
synced 2025-10-26 11:11:59 +00:00
The gstreamer documentation is not particularly amazing on whether or not this is necessary, but it's clear that some gstreamer events will not be delivered to their handlers without a running glib loop. This runs one loop for all pipelines, which should be more than enough. Disclaimer: This may conflict in demodesk/neko with the dragdrop feature. Anyone backporting this bug fix to that repo should investigate whether the loop created by `gtk_main()` will conflict with this one before blindly porting. Fixes #380 Fixes #284 |
||
|---|---|---|
| .. | ||
| .vscode | ||
| cmd | ||
| internal | ||
| .editorconfig | ||
| .env.development | ||
| build | ||
| go.mod | ||
| go.sum | ||
| neko.go | ||