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

Fixed progress events #37

Closed

Conversation

metadoggo
Copy link

Static functions prevents progress events from being delivered because the events are fired to the wrong instance.

This PR removes static functionality to restore events being fired to the singleton instance.

@yanivshaked
Copy link
Contributor

@jonataslaw Any chances this PR will be merged soon?
It fixes the progress value which doesn't seem to work in version 2.0.0.

@yanivshaked
Copy link
Contributor

Actually, after reviewing the documentation PR (#51), it looks like this PR is not needed.
@huyffs you only need to create one instance of VideoCompress to get the progress events.

@yanivshaked
Copy link
Contributor

@jonataslaw I think this can be closed, it is not needed.

@jonataslaw
Copy link
Owner

The last update fixed progress events, so it's no longer necessary.
But, thanks for your contribution

@jonataslaw jonataslaw closed this Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants