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
8d5e7749c2
commit
705c977e9e
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);
|
pw_thread_loop_lock (self->core->loop);
|
||||||
|
|
||||||
spa_list_init(&self->nodes);
|
spa_list_init(&self->nodes);
|
||||||
spa_list_init(&self->pending);
|
|
||||||
self->end = FALSE;
|
self->end = FALSE;
|
||||||
self->error = 0;
|
self->error = 0;
|
||||||
self->list_only = TRUE;
|
self->list_only = TRUE;
|
||||||
|
|
@ -631,7 +630,6 @@ gst_pipewire_device_provider_start (GstDeviceProvider * provider)
|
||||||
pw_thread_loop_lock (self->core->loop);
|
pw_thread_loop_lock (self->core->loop);
|
||||||
|
|
||||||
spa_list_init(&self->nodes);
|
spa_list_init(&self->nodes);
|
||||||
spa_list_init(&self->pending);
|
|
||||||
self->end = FALSE;
|
self->end = FALSE;
|
||||||
self->error = 0;
|
self->error = 0;
|
||||||
self->list_only = FALSE;
|
self->list_only = FALSE;
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,6 @@ struct _GstPipeWireDeviceProvider {
|
||||||
struct pw_registry *registry;
|
struct pw_registry *registry;
|
||||||
struct spa_hook registry_listener;
|
struct spa_hook registry_listener;
|
||||||
struct spa_list nodes;
|
struct spa_list nodes;
|
||||||
struct spa_list pending;
|
|
||||||
int seq;
|
int seq;
|
||||||
|
|
||||||
int error;
|
int error;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue