mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
names: add standard factory name definitions
Define a set of standard factory names and document what they contain. This makes it possible to change the implementation by mapping the factory-name to a different shared library.
This commit is contained in:
parent
4494f9c7c9
commit
6720ded529
40 changed files with 188 additions and 55 deletions
|
|
@ -123,6 +123,7 @@ inspect_port_params(struct data *data, struct spa_node *node,
|
|||
continue;
|
||||
|
||||
printf("values:\n");
|
||||
spa_zero(listener);
|
||||
spa_node_add_listener(node, &listener, &node_events, data);
|
||||
res = spa_node_port_enum_params(node, 0,
|
||||
direction, port_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue