On 5/30/22 03:20, RĂ©mi Bernon wrote:
+#ifndef GST_SAMPLE_FLAG_LAST +#define GST_SAMPLE_FLAG_WG_CAPS_CHANGED (GST_MINI_OBJECT_FLAG_LAST << 0) +#else +#define GST_SAMPLE_FLAG_WG_CAPS_CHANGED (GST_SAMPLE_FLAG_LAST << 0) +#endif
This define doesn't currently exist in GStreamer, and from my searching never has. I get the idea here, but it seems pointless, since they can't actually add it with a different value without breaking ABI.