mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-28 02:20:06 +01:00
device: set parent type to GObject in WpSpaDevice structure
This commit is contained in:
parent
397a141150
commit
ffd43f397b
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ enum {
|
|||
|
||||
struct _WpSpaDevice
|
||||
{
|
||||
WpProxy parent;
|
||||
GObject parent;
|
||||
GWeakRef core;
|
||||
struct spa_handle *handle;
|
||||
struct spa_device *device;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue