[PATCH v2 1/5] winegstreamer: Use a custom flag instead of sample info for caps change.

Zebediah Figura zfigura at codeweavers.com
Wed Jun 1 18:03:28 CDT 2022


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.



More information about the wine-devel mailing list