Skip to content

gstplayer: Check GstPlayerSignalDispatcher type

Jan Schmidt requested to merge thaytan/gstreamer:gstplayer-non-maincontext into main

Before trying to retrieve a GMainContext from a provided GstPlayerSignalDispatcher, check that it is actually GstPlayerGMainContextSignalDispatcher. If not, use the default GMainContext for dispatching signals via the adapter

Merge request reports