pipewire/spa/plugins
Wim Taymans ff946e3d4b interface: add an interface struct
The interface struct has the type,version and methods of the
interface.
Make spa interfaces extend from spa_interface and make a
separate structure for the methods.
Pass a generic void* as the first argument of methods, like
we don in PipeWire.
Bundle the methods + implementation in a versioned inteface
and use that to invoke methods. This way we can do version
checks on the methods.
Make resource and proxy interfaces that we can can call. We
can then make the core interfaces independent on proxy/resource and
hide them in the lower layers.
Add add_listener method to methods of core interfaces, just
like SPA.
2019-05-23 12:59:24 +02:00
..
alsa interface: add an interface struct 2019-05-23 12:59:24 +02:00
audioconvert interface: add an interface struct 2019-05-23 12:59:24 +02:00
audiomixer interface: add an interface struct 2019-05-23 12:59:24 +02:00
audiotestsrc interface: add an interface struct 2019-05-23 12:59:24 +02:00
bluez5 interface: add an interface struct 2019-05-23 12:59:24 +02:00
ffmpeg interface: add an interface struct 2019-05-23 12:59:24 +02:00
support interface: add an interface struct 2019-05-23 12:59:24 +02:00
test interface: add an interface struct 2019-05-23 12:59:24 +02:00
v4l2 interface: add an interface struct 2019-05-23 12:59:24 +02:00
videotestsrc interface: add an interface struct 2019-05-23 12:59:24 +02:00
volume interface: add an interface struct 2019-05-23 12:59:24 +02:00
meson.build meson: spa/plugins: don't check if the plugin dependencies have been found 2019-02-13 11:22:22 +01:00