Rom Grk
Rom Grk
If you want to provide a replacement for the deprecated function, PR:s are welcome. I don't have enough time to add an implementation myself. The first thing I would recommend...
Ok. Don't have time to look into this in details at the moment, but whatever you do make sure to check what PyGObject and GJS are doing, I try to...
Closed by #322
From what I can see in the GIR file, GstElementClass is a gtype struct that isn't normally meant to be exposed in bindings (IIUC). We're currently filtering those out here:...
Oh ok, pygobject approach seems to be more involved than I would like it to be, they probably have some custom code just for GST :/ Do you happen to...
Relevant discussions: - https://github.com/spk121/guile-gi/issues/87#issuecomment-723539543 - https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/192 - https://gitlab.gnome.org/GNOME/gtk/-/issues/3189
Add tests for virtual functions as well.
Thanks for reporting this. I've never tried running node-gtk in a worker thread but I'll take a look at the example in the next days when I find some time....
Cool, I'll keep this open anyway :)
Thanks for the detailed report :+1: I don't have enough time to review everything in detail but I'll look into this when I get around to fixing the threading/looping issues....