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

Improve/initialization #131

Merged
merged 5 commits into from
Nov 5, 2024
Merged

Improve/initialization #131

merged 5 commits into from
Nov 5, 2024

Conversation

maartenuni
Copy link
Contributor

This pull request does the following to PsyInitializer.

It removes the property Initializer:all.
It sets all libs to init to true by default.

If you don't want a library to be initialized, you must turn it off explicitly.

The Initializer:all property has been removed. All libraries are
initialized by default and you can opt out specific libs

fixes #130
@maartenuni maartenuni added the enhancement New feature or request label Nov 4, 2024
@maartenuni maartenuni self-assigned this Nov 4, 2024
Deinitializing gstreamer twice will crash your program. When your
program finishes gstreamer stuff will be deinitialized.
@maartenuni maartenuni merged commit 575534d into develop Nov 5, 2024
6 checks passed
@maartenuni maartenuni deleted the improve/initialization branch November 5, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant