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

lib/lp-media.c: Handle the destruction of individual media objects. #5

Open
rodrimc opened this issue Jun 20, 2016 · 0 comments
Open
Labels

Comments

@rodrimc
Copy link
Member

rodrimc commented Jun 20, 2016

Currently, we do not support the destruction of individual media objects---only the whole scene may be destroyed. One possible way to cope with this is via some _lp_media_make_orphan() call, which could stop the media object and set its parent scene to NULL.

This bug also affects the Lua bindings. It prevents garbage collector from unref-ing the media object in __l_media_gc().

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

No branches or pull requests

1 participant