Skip to content

Fixed wrong binding in PadExtManual:proxy_query_caps

Viktor Chvátal requested to merge viktorchvatal/gstreamer-rs:main into main

Function PadExtManual:proxy_query_caps internally called ffi::gst_pad_proxy_query_accept_caps instead of gst_pad_proxy_query_caps which is correct by function name.

Fixes #533 (closed)

Edited by Tim-Philipp Müller

Merge request reports