[PATCH 2/2] winegstreamer: Always run gstreamer callbacks on a Wine thread

Matteo Bruni matteo.mystral at gmail.com
Mon Jan 11 17:43:40 CST 2016


2016-01-11 21:13 GMT+01:00 Andrew Eikum <aeikum at codeweavers.com>:

Just happened to notice this while skimming the patch:

> +GstBusSyncReply watch_bus_wrapper(GstBus *bus, GstMessage *msg, gpointer user)
> +{
> +    struct cb_data cbdata = { WATCH_BUS,
> +        { .watch_bus_data = { bus, msg, user} }
> +    };

I think designators are a C99 feature :/



More information about the wine-devel mailing list