mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
Caps in BaseTransform::transform_caps() are not owned
This commit is contained in:
parent
3181631bb7
commit
43d38d0951
1 changed files with 2 additions and 1 deletions
|
@ -471,7 +471,8 @@ where
|
|||
imp.transform_caps(
|
||||
&wrap,
|
||||
from_glib(direction),
|
||||
from_glib_full(caps),
|
||||
// FIXME: Should be &from_glib_borrow()
|
||||
from_glib_none(caps),
|
||||
filter.as_ref(),
|
||||
)
|
||||
}).into_ptr()
|
||||
|
|
Loading…
Reference in a new issue