mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
media-session: add module to suspend nodes
This commit is contained in:
parent
9ffa9c0b08
commit
a3ddc6b744
4 changed files with 258 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ int sm_alsa_midi_start(struct sm_media_session *sess);
|
|||
int sm_v4l2_monitor_start(struct sm_media_session *sess);
|
||||
int sm_bluez5_monitor_start(struct sm_media_session *sess);
|
||||
int sm_alsa_monitor_start(struct sm_media_session *sess);
|
||||
int sm_suspend_node_start(struct sm_media_session *sess);
|
||||
|
||||
int sm_policy_node_start(struct sm_media_session *sess);
|
||||
|
||||
|
|
@ -1677,6 +1678,7 @@ int main(int argc, char *argv[])
|
|||
sm_alsa_monitor_start(&impl.this);
|
||||
sm_v4l2_monitor_start(&impl.this);
|
||||
|
||||
sm_suspend_node_start(&impl.this);
|
||||
sm_policy_node_start(&impl.this);
|
||||
|
||||
// sm_session_manager_start(&impl.this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue