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

gumbleffmpeg: state is not set to StateInitial on newly created streams #21

Closed
neckcen opened this issue Mar 1, 2016 · 1 comment
Closed
Labels

Comments

@neckcen
Copy link

neckcen commented Mar 1, 2016

On a newly created stream, state is equal to 0. This does not match StateInitial which equals 1.

As a result the check on line 134 fails for newly created streams. Consequently calling Stop() before Play() causes a runtime error.

@ghost ghost closed this as completed in e284b3c Mar 1, 2016
@ghost ghost added the bug label Mar 1, 2016
@ghost
Copy link

ghost commented Mar 1, 2016

Thank you for the bug report.

This issue was closed.
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