2016-01-11 21:13 GMT+01:00 Andrew Eikum aeikum@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 :/