gstreamer-java / gst1-java-core

Java bindings for GStreamer 1.x
GNU Lesser General Public License v3.0
194 stars 72 forks source link

Change func got collected before triggering #176

Closed kezhuw closed 4 years ago

kezhuw commented 4 years ago

There is no strong reference to callback in java for GstPromiseAPI.ptr_gst_promise_new_with_change_func in Promise's constructor.

neilcsmith-net commented 4 years ago

Yes, that looks rather broken! :roll_eyes: Not sure of best way to fix that - perhaps needs private constructor taking a GstCallback?

neilcsmith-net commented 4 years ago

Should be fixed by #200 - please take a look and comment if need be - will aim to merge and release with 1.2 next week.