3 Jul
2024
3 Jul
'24
11:14 a.m.
Elizabeth Figura (@zfigura) commented about dlls/winegstreamer/unix_private.h:
GST_DEBUG_CATEGORY_EXTERN(wine); #define GST_CAT_DEFAULT wine
+#define ELEMENT_HAS_PROPERTY(element, property) \ + (!!g_object_class_find_property(G_OBJECT_CLASS(GST_ELEMENT_GET_CLASS((element))), (property))) + This can be a C function, and I don't think it needs to live in the header?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5923#note_75024