The source project of this merge request has been removed.
Fixed wrong binding in PadExtManual:proxy_query_caps. Fixes #533
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.