26 Jun
2024
26 Jun
'24
8:05 a.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/unixlib.c:
{ return thread_count; } + +void set_max_threads(GstElement *element) +{ + const char *shortname = NULL; + GstElementFactory *factory = gst_element_get_factory(element); + + if (factory) + shortname = gst_plugin_feature_get_name (GST_PLUGIN_FEATURE (factory));
shortname = gst_plugin_feature_get_name(GST_PLUGIN_FEATURE(factory));
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5923#note_74447