Rémi Bernon (@rbernon) commented about dlls/winegstreamer/unix_private.h:
extern GstStreamType stream_type_from_caps(GstCaps *caps) DECLSPEC_HIDDEN; extern GstElement *create_element(const char *name, const char *plugin_set) DECLSPEC_HIDDEN; -extern GstElement *find_element(GstElementFactoryListType type, GstCaps *src_caps, GstCaps *sink_caps) DECLSPEC_HIDDEN; +extern GList *find_element_factory(GstElementFactoryListType type, GstRank min_rank,
```suggestion:-0+0 extern GList *find_element_factories(GstElementFactoryListType type, GstRank min_rank, ```
As there's more than one. Mind changing the commit title too.