Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add system property to enable/disable CallbackThreadInitializers #147

Closed
vinicius-tona opened this issue Mar 11, 2019 · 1 comment
Closed
Milestone

Comments

@vinicius-tona
Copy link

vinicius-tona commented Mar 11, 2019

GstBus thread is leaking on macOS: https://groups.google.com/d/msg/gstreamer-java/zpcbAND9wnQ/8VVxgca6GgAJ

The initial idea is to implement a system property to switch off the CallbackThreadInitializers.
Then we can look if it's a good idea to use Native.detach() and/or discuss upstream.

@neilcsmith-net neilcsmith-net added this to the 1.0 milestone Mar 12, 2019
@neilcsmith-net
Copy link
Member

This is done - eg. -Dglib.detachCallbackThreads=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants