gtk4paintablesink and GTK are initialized on different threads.
What needs to be changed to work properly.Because my GStreamer thread has too many events to iterate over, I want to keep GTK in a separate thread. paintable and GTK are not on the same thread and won't work properly. How should I modify the plugin?