mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
gst: remove unused pending list
This commit is contained in:
parent
06d6551cc1
commit
5eb1f35997
2 changed files with 0 additions and 3 deletions
|
|
@ -581,7 +581,6 @@ gst_pipewire_device_provider_probe (GstDeviceProvider * provider)
|
|||
pw_thread_loop_lock (self->core->loop);
|
||||
|
||||
spa_list_init(&self->nodes);
|
||||
spa_list_init(&self->pending);
|
||||
self->end = FALSE;
|
||||
self->error = 0;
|
||||
self->list_only = TRUE;
|
||||
|
|
@ -631,7 +630,6 @@ gst_pipewire_device_provider_start (GstDeviceProvider * provider)
|
|||
pw_thread_loop_lock (self->core->loop);
|
||||
|
||||
spa_list_init(&self->nodes);
|
||||
spa_list_init(&self->pending);
|
||||
self->end = FALSE;
|
||||
self->error = 0;
|
||||
self->list_only = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue