pipewire/spa/plugins/bluez5
Wim Taymans 98463b689b node: improve pending results
Make a special function for pending results to make it clear that it
is different from normal results. Don't pass result code to result
function, it is not useful because since the callback is called, all
must be fine.

The spa_pending is removed from the list right before the callback
and can thus be freed in the callback. Pass the spa_pending in
the pending callback so that extra data can be added that way.

Reuse spa_pending objects in link and nodes instead of allocating. We
always only have one pending operation and we can cancel any pending
previous operation by removing the pending.
2019-02-21 12:14:25 +01:00
..
a2dp-codecs.c Add bluez5 plugins 2018-01-16 15:19:55 +01:00
a2dp-codecs.h a2dp-codecs: also define functions for big endian 2018-01-23 16:23:39 +01:00
a2dp-sink.c node: improve pending results 2019-02-21 12:14:25 +01:00
bluez5-device.c device: improve callbacks 2019-02-13 11:13:46 +01:00
bluez5-monitor.c spa: don't use constructor attribute to register factories 2019-02-06 12:14:25 +01:00
defs.h Don't use __ in defines or declarations, it's reserved 2019-01-14 13:00:00 +01:00
meson.build add _GNU_SOURCE as compiler flag 2019-01-08 17:36:58 +01:00
plugin.c use SPA_EXPORT to export symbols 2019-02-06 13:24:41 +01:00
rtp.h Add bluez5 plugins 2018-01-16 15:19:55 +01:00