Skip to content

Remove use of QtMultimedia private API on Linux#863

Merged
JeromeMartinez merged 3 commits intobavc:mainfrom
MediaArea:private-api
Mar 31, 2025
Merged

Remove use of QtMultimedia private API on Linux#863
JeromeMartinez merged 3 commits intobavc:mainfrom
MediaArea:private-api

Conversation

@g-maxime
Copy link
Copy Markdown
Collaborator

qt6-multimedia-private is not packaged by Debian-based distributions and causes conflicts when upgrading the system on Fedora.

The workaround implies systematically copying video frame buffers, but the performance loss should be limited.

I've identified a limitation in the code that implies frame buffers are copied even when compiled with qt private headers. I'll try to address this and add Qt 6.8+ copyless frame buffer later.

Fixes #860

Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
@JeromeMartinez JeromeMartinez merged commit 4b8decb into bavc:main Mar 31, 2025
10 checks passed
@JeromeMartinez JeromeMartinez deleted the private-api branch March 31, 2025 12:46
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.

Fedora 41 packages use outdated Qt6 library versions

2 participants