mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Add example to play sine wave
Various build fixes and cleanups Move port_add to private and make node ports based on implementation. Improve pull based scheduling on remote nodes
This commit is contained in:
parent
36ac8a6545
commit
21cd5a2918
26 changed files with 640 additions and 185 deletions
|
|
@ -58,7 +58,10 @@ int main(int argc, char *argv[])
|
|||
|
||||
core = pw_core_new(pw_main_loop_get_loop(loop), props);
|
||||
|
||||
pw_daemon_config_run_commands(config, core);
|
||||
if (!pw_daemon_config_run_commands(config, core)) {
|
||||
pw_log_error("failed to run config commands");
|
||||
return -1;
|
||||
}
|
||||
|
||||
pw_log_info("start main loop");
|
||||
pw_main_loop_run(loop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue