wireplumber/lib/wp
George Kiagiadakis 753e708544 object-manager: refactor to be able to track locally created proxies
There are 3 kinds of WpProxy objects:
 * the ones that are created as a result of binding a global
   from the registry
 * the ones that are created as a result of calling into a remote
   factory (wp_node_new_from_factory, etc...)
 * the ones that are a local implementation of an object
   (WpImplNode, etc...) and are exported

Previously the object manager was only able to track the first kind.
With these changes we can now also have globals associated with
WpProxies that were created earlier (and caused the creation of the global).
This saves some resources and reduces round-trips (in case client
code wants to change properties of an object that is locally
implemented, it shouldn't need to do a round-trip through the server)
2020-02-14 17:12:23 +02:00
..
base-endpoint.c base-endpoint: add _get_global_id API 2019-12-16 13:37:05 -05:00
base-endpoint.h lib: introduce export macros and hide all private symbols 2020-01-16 18:50:07 +02:00
client.c proxy/core: refactor object creation 2020-02-11 11:07:44 +02:00
client.h lib: drop the proxy- prefix from client, device, link, port & node 2020-01-22 19:46:17 +02:00
configuration.c lib: debug loading of config files + endpoint priorities 2019-12-18 15:43:29 +02:00
configuration.h lib: introduce export macros and hide all private symbols 2020-01-16 18:50:07 +02:00
core.c object-manager: refactor to be able to track locally created proxies 2020-02-14 17:12:23 +02:00
core.h proxy/core: refactor object creation 2020-02-11 11:07:44 +02:00
defs.h lib: introduce export macros and hide all private symbols 2020-01-16 18:50:07 +02:00
device.c proxy/core: refactor object creation 2020-02-11 11:07:44 +02:00
device.h proxy/core: refactor object creation 2020-02-11 11:07:44 +02:00
endpoint.c endpoint: refactor into WpEndpoint & WpImplEndpoint 2020-02-12 11:30:21 +02:00
endpoint.h endpoint: refactor into WpEndpoint & WpImplEndpoint 2020-02-12 11:30:21 +02:00
error.c Relicense to MIT 2019-05-31 12:13:12 +03:00
error.h lib: introduce export macros and hide all private symbols 2020-01-16 18:50:07 +02:00
factory.c lib: introduce WpObjectManager 2019-11-13 15:49:39 +02:00
factory.h lib: introduce export macros and hide all private symbols 2020-01-16 18:50:07 +02:00
link.c proxy/core: refactor object creation 2020-02-11 11:07:44 +02:00
link.h proxy/core: refactor object creation 2020-02-11 11:07:44 +02:00
meson.build lib: remove WpExported 2020-02-12 11:30:49 +02:00
module.c lib: introduce WpObjectManager 2019-11-13 15:49:39 +02:00
module.h lib: introduce export macros and hide all private symbols 2020-01-16 18:50:07 +02:00
node.c proxy/core: refactor object creation 2020-02-11 11:07:44 +02:00
node.h proxy/core: refactor object creation 2020-02-11 11:07:44 +02:00
object-manager.c object-manager: refactor to be able to track locally created proxies 2020-02-14 17:12:23 +02:00
object-manager.h object-manager: refactor to be able to track locally created proxies 2020-02-14 17:12:23 +02:00
policy.c object-manager: refactor to be able to track locally created proxies 2020-02-14 17:12:23 +02:00
policy.h lib: introduce export macros and hide all private symbols 2020-01-16 18:50:07 +02:00
port.c proxy/core: refactor object creation 2020-02-11 11:07:44 +02:00
port.h lib: drop the proxy- prefix from client, device, link, port & node 2020-01-22 19:46:17 +02:00
private.h object-manager: refactor to be able to track locally created proxies 2020-02-14 17:12:23 +02:00
properties.c properties: add wp_properties_copy_all API 2020-01-07 09:00:46 -05:00
properties.h lib: introduce export macros and hide all private symbols 2020-01-16 18:50:07 +02:00
proxy.c object-manager: refactor to be able to track locally created proxies 2020-02-14 17:12:23 +02:00
proxy.h proxy/core: refactor object creation 2020-02-11 11:07:44 +02:00
session.c session: refactor into WpSession & WpImplSession 2020-02-12 11:28:02 +02:00
session.h session: refactor into WpSession & WpImplSession 2020-02-12 11:28:02 +02:00
spa-props.c lib: add WpSpaProps, a helper to deal with SPA_PARAM_Props & SPA_PARAM_PropInfo 2019-12-04 18:49:14 +02:00
wp.h lib: remove WpExported 2020-02-12 11:30:49 +02:00