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

Switch to Qt6 and rename GstPlayer -> GstGLPlayer #2

Merged
merged 3 commits into from
Aug 30, 2024

Conversation

pslldq
Copy link
Contributor

@pslldq pslldq commented Aug 20, 2024

No description provided.

michaelolbrich and others added 3 commits August 6, 2024 17:31
Add the necessary changes for the Plugin to support Qt6 instead of Qt5.

Signed-off-by: Sven Püschel <[email protected]>
Rename the element to include the fact that this element uses OpenGL as
accelleration. This matches the naming of the underlying GStreamer QML
element.

Signed-off-by: Sven Püschel <[email protected]>
Use QThreadPool::start instead of QtConcurrent::run based on the suggestion
from a compiler warning when compiling with Qt 6.7.2:

warning: ignoring return value of ‘auto QtConcurrent::run(Function&&, Args&& ...) [with Function = GstStateChangeReturn (&)(_GstElement*, GstState); Args = {_GstElement*&, GstState}’, declared with attribute ‘nodiscard’: ‘Use QThreadPool::start(Callable&&) if you don't need the returned QFuture’

Signed-off-by: Sven Püschel <[email protected]>
@tretter tretter merged commit f25f21a into pengutronix:main Aug 30, 2024
1 check passed
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.

3 participants