Re: [PATCH 2/2] winegstreamer: Always run gstreamer callbacks on a Wine thread
11 Jan
2016
11 Jan
'16
11:43 p.m.
2016-01-11 21:13 GMT+01:00 Andrew Eikum <aeikum(a)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 :/
3628
Age (days ago)
3628
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matteo Bruni