mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-22 06:59:59 -05:00
Pinos modules: Parse options with getopt
Make it possible to add options for modules in pinos.conf.in. Only a few options for videotestsrc is supported at the moment.
This commit is contained in:
parent
ae93f15965
commit
7c127f91a5
5 changed files with 57 additions and 12 deletions
|
|
@ -41,8 +41,7 @@ struct _PinosSpaMonitor {
|
|||
|
||||
PinosSpaMonitor * pinos_spa_monitor_load (PinosCore *core,
|
||||
const char *lib,
|
||||
const char *factory_name,
|
||||
const char *args);
|
||||
const char *factory_name);
|
||||
void pinos_spa_monitor_destroy (PinosSpaMonitor *monitor);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue