mirror of
https://gitlab.freedesktop.org/pipewire/media-session.git
synced 2025-12-20 05:20:04 +01:00
libcamera-monitor: use correct handle name
This commit is contained in:
parent
c53e32edf7
commit
e380ca4d79
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ int sm_libcamera_monitor_start(struct sm_media_session *sess)
|
|||
|
||||
impl->session = sess;
|
||||
|
||||
impl->handle = pw_context_load_spa_handle(context, SPA_NAME_API_LIBCAMERA_ENUM_CLIENT, NULL);
|
||||
impl->handle = pw_context_load_spa_handle(context, SPA_NAME_API_LIBCAMERA_ENUM_MANAGER, NULL);
|
||||
if (impl->handle == NULL) {
|
||||
res = -errno;
|
||||
goto out_free;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue