pipewire/src/modules
Wim Taymans f724319e8a context: move core implementation to impl-core.h
Move the core implementation to a separate file. Make a default
core object in the context.

Pass impl-core to server. We now tie the server to a core. Also
keep track of the core that a client connected to.

Fill the properties that we usually use to connect in the context
and copy them when a connection is made.

Use "internal" as the remote name to connect to the default
internal core.
2019-12-12 16:34:01 +01:00
..
module-adapter pw_node -> pw_impl_node 2019-12-11 12:41:45 +01:00
module-client-device pw_impl_device_new -> pw_context_create_device 2019-12-11 17:56:24 +01:00
module-client-node pw_impl_node_new -> pw_context_create_node 2019-12-11 17:59:00 +01:00
module-metadata small cleanups 2019-12-11 16:51:38 +01:00
module-protocol-native pw_port_proxy -> pw_port 2019-12-11 15:59:26 +01:00
module-session-manager pw_impl_factory_new -> pw_context_create_factory 2019-12-11 17:50:27 +01:00
spa pw_impl_node_new -> pw_context_create_node 2019-12-11 17:59:00 +01:00
meson.build pw_device -> pw_impl_device 2019-12-11 11:34:02 +01:00
module-access.c pw_module -> pw_impl_module 2019-12-11 11:57:56 +01:00
module-adapter.c pw_impl_factory_new -> pw_context_create_factory 2019-12-11 17:50:27 +01:00
module-client-device.c pw_impl_factory_new -> pw_context_create_factory 2019-12-11 17:50:27 +01:00
module-client-node.c pw_impl_factory_new -> pw_context_create_factory 2019-12-11 17:50:27 +01:00
module-link-factory.c pw_impl_port_new -> pw_context_create_port 2019-12-11 18:07:03 +01:00
module-metadata.c pw_impl_factory_new -> pw_context_create_factory 2019-12-11 17:50:27 +01:00
module-protocol-native.c context: move core implementation to impl-core.h 2019-12-12 16:34:01 +01:00
module-rtkit.c pw_module -> pw_impl_module 2019-12-11 11:57:56 +01:00
module-session-manager.c pw_module -> pw_impl_module 2019-12-11 11:57:56 +01:00