mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -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
|
|
@ -171,8 +171,7 @@ on_monitor_event (SpaMonitor *monitor,
|
|||
PinosSpaMonitor *
|
||||
pinos_spa_monitor_load (PinosCore *core,
|
||||
const char *lib,
|
||||
const char *factory_name,
|
||||
const char *args)
|
||||
const char *factory_name)
|
||||
{
|
||||
PinosSpaMonitorImpl *impl;
|
||||
PinosSpaMonitor *this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue