mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Improve default source state
Default source state should be SUSPENDED
This commit is contained in:
parent
4199d5652e
commit
53bc0f7848
4 changed files with 14 additions and 12 deletions
|
|
@ -124,7 +124,7 @@ client_set_state (PinosSource *source,
|
|||
gst_element_set_state (priv->pipeline, GST_STATE_NULL);
|
||||
break;
|
||||
|
||||
case PINOS_SOURCE_STATE_INIT:
|
||||
case PINOS_SOURCE_STATE_INITIALIZING:
|
||||
gst_element_set_state (priv->pipeline, GST_STATE_READY);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue