Files
wxWidgets/src
Vadim Zeitlin c2b1dbda83 Call GDK functions from main thread in wxGStreamerMediaBackend
This fixes another problem similar to the one fixed in be1854c617 (Avoid
UI functions in non-main thread in wxGStreamerMediaBackend, 2020-09-02)
and does it in a similar way: SetupXOverlay(), which calls gdk_flush(),
was called from gst_bus_sync_callback() which is executed in the worker
thread, so use CallAfter() to call it from the main thread later.
2020-09-02 23:24:05 +02:00
..
2020-09-02 19:34:05 +02:00
2020-09-01 15:03:30 +02:00
2020-09-02 20:49:39 +02:00
2020-07-18 23:42:44 +02:00
2020-08-31 14:45:02 +02:00
2020-09-02 19:34:05 +02:00
2020-07-20 16:24:27 +02:00