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

Remove QGCApplication and VideoSettings from the VideoReceiver #8455

Merged
merged 2 commits into from
Mar 4, 2020

Conversation

tcanabrava
Copy link
Contributor

The VideoReceiver should work 'as is', without depending on the
whole application or in the settings. This patch removes all the
hard dependencies on QGroundControl, FactSystem and Settings system
so it's easier to isolate and test the code.

The VideoReceiver should work 'as is', without depending on the
whole application or in the settings. This patch removes all the
hard dependencies on QGroundControl, FactSystem and Settings system
so it's easier to isolate and test the code.
Copy link
Contributor

@andrewvoznytsa andrewvoznytsa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me - I'll rebase my VideoReceiver API on top of this code.

The receiver should not touch the old videos folder, it's not
the responsible class for that.
@andrewvoznytsa andrewvoznytsa added this to the Release V4.1 milestone Mar 3, 2020
@dogmaphobic dogmaphobic merged commit 5322602 into mavlink:master Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants