mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-29 11:08:40 -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
|
|
@ -31,6 +31,7 @@ extern "C" {
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <spa/utils/type.h>
|
||||
#include <spa/support/log.h>
|
||||
|
||||
static inline void spa_log_impl_logv(void *object,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue