mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-14 21:41:20 +00:00
gstreamer: childproxy: Include child property name in error message when lookup fails
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1472>
This commit is contained in:
parent
7a5096b1e4
commit
adf3e9236a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pub trait ChildProxyExtManual: sealed::Sealed + IsA<ChildProxy> + 'static {
|
|||
if ret {
|
||||
Ok((from_glib_full(target), from_glib_none(pspec)))
|
||||
} else {
|
||||
Err(glib::bool_error!("Failed to find child property"))
|
||||
Err(glib::bool_error!("Failed to find child property '{name}'"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue