On Wed Sep 13 07:46:22 2023 +0000, Rémi Bernon wrote:
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`?
I don't really have an opinion on this, but if we do use -Wno-deprecated-declarations, it should probably go in the top-level configure, and we should check for compiler support like other -W options instead of assuming it's present.