gstreamer-java / gst1-java-core

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

Fix reuse cached not owned native object due to native memory got freed and reused #180

Closed kezhuw closed 4 years ago

kezhuw commented 4 years ago

See #177 and #171 for more detail.

neilcsmith-net commented 4 years ago

@kezhuw closing this, as stated elsewhere removal of caching of unowned objects is not an option. Replicated your test here failing on master. Merged #179 Test now passes.