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

VideoManager: Fix GStreamer & UVC Setup #11552

Closed
wants to merge 1 commit into from

Conversation

HTRamsey
Copy link
Collaborator

VideoManager had some issues that this addresses. For example, you could not use a UVC device without gstreamer being enabled despite the fact that UVC doesn't use gstreamer. Also the handling of multiple video receivers was never finished and this resolves some of the unfinished work. One particular issue is that the entire video manager was essentially disabled without gstreamer, which makes it impossible to use for custom builds that provide a video sink from a different source (They could override the VideoManager but that is unecessary). This should be handled before my other QtMultimedia PR.

@HTRamsey HTRamsey marked this pull request as draft May 31, 2024 09:28
@HTRamsey HTRamsey removed the request for review from mrpollo May 31, 2024 09:29
@HTRamsey HTRamsey closed this May 31, 2024
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.

None yet

1 participant