mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
deviceprovider: fix path argument
This commit is contained in:
parent
f268cdfda6
commit
88ce3637bc
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ new_source (const PinosSourceInfo *info)
|
|||
caps = gst_caps_new_any();
|
||||
|
||||
return gst_pinos_device_new (info->id, info->name,
|
||||
caps, info->name, GST_PINOS_DEVICE_TYPE_SOURCE);
|
||||
caps, info->source_path, GST_PINOS_DEVICE_TYPE_SOURCE);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue