diff --git a/gstreamer/src/pad.rs b/gstreamer/src/pad.rs index 7b9d25e82..be00de92b 100644 --- a/gstreamer/src/pad.rs +++ b/gstreamer/src/pad.rs @@ -335,9 +335,10 @@ pub trait PadExtManual: sealed::Sealed + IsA + 'static { } } + #[doc(alias = "gst_pad_proxy_query_caps")] fn proxy_query_caps(&self, query: &mut QueryRef) -> bool { unsafe { - from_glib(ffi::gst_pad_proxy_query_accept_caps( + from_glib(ffi::gst_pad_proxy_query_caps( self.as_ref().to_glib_none().0, query.as_mut_ptr(), ))