mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
deviceprovider: pass right data to callback
This commit is contained in:
parent
791fb53503
commit
77e326bf6d
1 changed files with 2 additions and 1 deletions
|
|
@ -388,7 +388,8 @@ no_mem:
|
|||
|
||||
static void registry_event_global_remove(void *data, uint32_t id)
|
||||
{
|
||||
GstPipeWireDeviceProvider *self = data;
|
||||
struct registry_data *rd = data;
|
||||
GstPipeWireDeviceProvider *self = rd->self;
|
||||
GstDeviceProvider *provider = GST_DEVICE_PROVIDER (self);
|
||||
GstPipeWireDevice *dev;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue