mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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;
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ struct _GstPipeWireDeviceProvider {
|
|||
struct pw_registry *registry;
|
||||
struct spa_hook registry_listener;
|
||||
struct spa_list nodes;
|
||||
struct spa_list pending;
|
||||
int seq;
|
||||
|
||||
int error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue