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

Allow user to change encoder during runtime #1

Merged
merged 6 commits into from
Jun 7, 2020
Merged

Conversation

chrisgervang
Copy link
Collaborator

@chrisgervang chrisgervang commented May 31, 2020

  • Remove redundant HubbleGl class
  • Encoders are constructed right before rendering starts now, removing them from adapter construction procedure.
  • VideoCapture is now constructed in adapter constructor.
  • Removed deckgl specific variables from VideoCapture so it is now a generic canvas capture tool.
  • Refactored encoder settings to be namespaced by encoder
  • DeckAdapter.render and VideoCapture.render now accepts a onStop callback

@chrisgervang chrisgervang force-pushed the fix-set-encoder branch 2 times, most recently from 7e86ec3 to aeb971a Compare June 7, 2020 01:14
@chrisgervang chrisgervang changed the title [WIP] Allow user to change encoder during runtime Allow user to change encoder during runtime Jun 7, 2020
chrisgervang and others added 6 commits June 6, 2020 18:28
- Remove redundant HubbleGl class
- Encoders are constructed right before rendering starts now, removing them from adapter construction procedure.
- VideoCapture is now constructed in adapter constructor.
- Removed deckgl specific variables from VideoCapture so it is now a generic canvas capture tool.
- Refactored encoder settings to be namespaced by encoder
- DeckAdapter.render and VideoCapture.render now accepts a onStop callback
@chrisgervang chrisgervang merged commit a5174ca into master Jun 7, 2020
chrisgervang pushed a commit that referenced this pull request Sep 11, 2020
…or all examples in the hubble folder | Changes applied from review #1
@chrisgervang chrisgervang deleted the fix-set-encoder branch October 29, 2020 04:36
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