13 Sep
2023
13 Sep
'23
7:46 a.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/Makefile.in:
IMPORTLIB = winegstreamer IMPORTS = strmbase ole32 oleaut32 msdmo DELAYIMPORTS = mfplat mf -UNIX_CFLAGS = $(GSTREAMER_CFLAGS) +UNIX_CFLAGS = $(GSTREAMER_CFLAGS) -Wno-deprecated-declarations Maybe we can avoid this, with something like that somewhere on the top of the file?
``` #if !GST_CHECK_VERSION(1,20,0) #define gst_element_request_pad_simple gst_element_get_request_pad #endif ``` And use `gst_element_request_pad_simple` instead of `gst_element_get_request_pad`? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3810#note_45155