26 Oct
2023
26 Oct
'23
7:02 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3810#note_49881