mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-22 08:56:59 -05:00
WIP
Change object model
This commit is contained in:
parent
d0f95fc323
commit
190f01d88e
38 changed files with 1594 additions and 3562 deletions
|
|
@ -31,10 +31,10 @@ gboolean pinos__module_init (PinosModule *module, const gchar * args);
|
|||
G_MODULE_EXPORT gboolean
|
||||
pinos__module_init (PinosModule * module, G_GNUC_UNUSED const gchar * args)
|
||||
{
|
||||
pinos_spa_alsa_monitor_new (module->daemon);
|
||||
pinos_spa_v4l2_monitor_new (module->daemon);
|
||||
pinos_spa_audiotestsrc_new (module->daemon, "audiotestsrc", NULL);
|
||||
pinos_spa_videotestsrc_new (module->daemon, "videotestsrc", NULL);
|
||||
pinos_spa_alsa_monitor_new (module->core);
|
||||
pinos_spa_v4l2_monitor_new (module->core);
|
||||
pinos_spa_audiotestsrc_new (module->core, "audiotestsrc", NULL);
|
||||
pinos_spa_videotestsrc_new (module->core, "videotestsrc", NULL);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue