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

Request tail of encoded data. #83

Merged
merged 1 commit into from
Sep 7, 2019
Merged

Request tail of encoded data. #83

merged 1 commit into from
Sep 7, 2019

Conversation

eustas
Copy link
Collaborator

@eustas eustas commented Sep 6, 2019

Workflow before:

  • ...
  • consume last input buffer (pass to encoder)
  • pull output
  • check is finished (no)
  • no more input -> return

Workflow after:

  • ...
  • consume last input buffer (pass to encoder)
  • pull output
  • check finished (no)
  • no more input -> ask encoder to procees (since it is not finished)
  • pull output
  • check finished (yes) -> return

Workflow before:
 * ...
 * consume last input buffer (pass to encoder)
 * pull output
 * check is finished (no)
 * no more input -> return

Workflow after:
 * ...
 * consume last input buffer (pass to encoder)
 * pull output
 * check finished (no)
 * no more input -> ask encoder to procees (since it is not finished)
 * pull output
 * check finished (yes) -> return
@eustas eustas merged commit f76e882 into master Sep 7, 2019
@eustas eustas deleted the fix_tail branch September 7, 2019 11:37
@eustas eustas mentioned this pull request Sep 23, 2019
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.

1 participant