We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tested the library on a Linux x86 setup and built with given instructions. It seems that enabling this flag is stucking the program execution.
Here is the function used that is causing the hang.
GPMFWriteStreamStoreStamped(handleB, STR2FOURCC("SnrB"), GPMF_TYPE_FLOAT, sizeof(float), samples, &testValue, GPMF_FLAGS_STORE_ALL_TIMESTAMPS, tick);
It seems related to an internal interlock issue.
The text was updated successfully, but these errors were encountered:
Please try the fix now applied to the develop branch, as it is about time that was merge into master.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I have tested the library on a Linux x86 setup and built with given instructions.
It seems that enabling this flag is stucking the program execution.
Here is the function used that is causing the hang.
GPMFWriteStreamStoreStamped(handleB, STR2FOURCC("SnrB"), GPMF_TYPE_FLOAT, sizeof(float), samples, &testValue, GPMF_FLAGS_STORE_ALL_TIMESTAMPS, tick);
It seems related to an internal interlock issue.
The text was updated successfully, but these errors were encountered: