mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Try to use source_path consistently
This commit is contained in:
parent
1e4e4ef185
commit
f268cdfda6
8 changed files with 28 additions and 28 deletions
|
|
@ -34,7 +34,7 @@ fill_info (PinosSourceInfo *info, GDBusProxy *proxy)
|
|||
|
||||
info->id = proxy;
|
||||
|
||||
info->path = g_dbus_proxy_get_object_path (proxy);
|
||||
info->source_path = g_dbus_proxy_get_object_path (proxy);
|
||||
|
||||
if ((variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "Name"))) {
|
||||
info->name = g_variant_get_string (variant, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue