-
Notifications
You must be signed in to change notification settings - Fork 4.2k
VideoManager: Restructure Interfacing with VideoReceivers #12730
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Rename crowdin yet again * Attempt to fix base path * Try root level
Co-authored-by: Crowdin Bot <[email protected]>
…k#12512) * Add weekly sync to crowdin_docs_download.yml * Update all other workflows to NOT run on merge to docs * Add workflow for upload docs to crowdin
Make the job run also if triggered by workflow dispatch
Co-authored-by: Crowdin Bot <[email protected]>
Simplest explanation is that using DragHandler's don't work if you ever overlay any other Qml over it in the hierarchy.
1b4e33b
to
d71aa0e
Compare
d71aa0e
to
5f0c673
Compare
713b0f6
to
c69c45a
Compare
f4ca6cb
to
506f0f5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This handles multiple video receivers much better
Fixes initialization of video manager and receivers
Adjusts gstreamer plugins a bit
Fix gstreamer version in documentation
fix mavlink autostream configure
Next Video steps are to finish qtmultimedia receiver, improve threading of gstreamer receiver, and add d3d11qml plugin for gstreamer on windows - convert qgcvideosinkbin to qgcglsinkbin and qgcd3d11sinkbin, work on camera autostream.