gst: remove unused pending list

This commit is contained in:
Wim Taymans 2023-12-14 12:59:04 +01:00
parent 06d6551cc1
commit 5eb1f35997
2 changed files with 0 additions and 3 deletions

View file

@ -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;

View file

@ -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;