Skip to content

Fix gst_promise_new_with_change_func

Thibault Saunier requested to merge thiblahute/gstreamer-sharp:gstpromise into master

For some reason bindinator doesn't properly detect that the func passed in gst_promise_new_with_change_func is a closure and what the destroy function is (because it is a constructor?)

Mark it manually.

From suggestion from Alex Dircksen: #9 (comment 166633)

Fixes #9 (closed)

Merge request reports