-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement live queueing strategy and callbacks system #111
Implement live queueing strategy and callbacks system #111
Conversation
…Remove scene related modules
…ng and logic separation
…bin`, update tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am also wondering if the Queue.Live
and Queue.Offline
shouldn't be put in a separate namespace, e.g. Queue.Strategies.*
, so that they are not on the same level as Queue.State
- WDYT?
lib/membrane/video_compositor/queue/strategies/offline/element.ex
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🥇
https://membraneframework.atlassian.net/browse/MS-444