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));
```suggestion:-0+0 shortname = gst_plugin_feature_get_name(GST_PLUGIN_FEATURE(factory)); ```