26 Jun
2024
26 Jun
'24
8:05 a.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/unix_private.h:
extern bool link_src_to_element(GstPad *src_pad, GstElement *element); extern bool link_element_to_sink(GstElement *element, GstPad *sink_pad); extern bool push_event(GstPad *pad, GstEvent *event); +extern UINT16 get_thread_count(void); You could probably just make the global variable extern.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5923#note_74446