Summary: | Dragon keeps playing audio after closing with GStreamer backend | ||
---|---|---|---|
Product: | [Applications] dragonplayer | Reporter: | Antonio Rojas <arojas> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | myriam, nate, sitter |
Priority: | NOR | ||
Version First Reported In: | 25.07.80 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/dragon/-/commit/9dbf961ae1aa15a050b57c1d6de3ae7e30e1854b | Version Fixed In: | |
Sentry Crash Report: |
Description
Antonio Rojas
2025-07-12 09:29:59 UTC
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/dragon/-/merge_requests/46 Git commit 9dbf961ae1aa15a050b57c1d6de3ae7e30e1854b by Harald Sitter. Committed on 23/07/2025 at 01:14. Pushed by sitter into branch 'master'. visualize when an unsupported backend is used we only support ffmpeg. it is also the recommended upstream backend. it is also why we are already directly linking libavcodec. M +7 -0 CMakeLists.txt M +2 -0 src/CMakeLists.txt A +46 -0 src/backend.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +33 -0 src/backend.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +17 -10 src/qml/PlayerPage.qml https://invent.kde.org/multimedia/dragon/-/commit/9dbf961ae1aa15a050b57c1d6de3ae7e30e1854b |