neko/server/internal/capture/gst
tt2468 b1ce755210
Add glib main loop to capture manager (#383)
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
2024-03-27 21:35:04 +01:00
..
gst.c Fix buffer overflow in Gstreamer log function (#382) 2024-03-27 21:32:47 +01:00
gst.go Add glib main loop to capture manager (#383) 2024-03-27 21:35:04 +01:00
gst.h refactor capture with broadcast. 2022-09-17 18:37:30 +02:00