https://bugs.kde.org/show_bug.cgi?id=476187
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kpipewire/-/commit/e1779 | |3a3b023f26411001093bb2d5934 | |adf715c7 Resolution|--- |FIXED --- Comment #6 from Fabian Vogt <fab...@ritter-vogt.de> --- Git commit e17793a3b023f26411001093bb2d5934adf715c7 by Fabian Vogt. Committed on 16/07/2024 at 11:24. Pushed by fvogt into branch 'master'. Add encoder using libopenh264 On some distributions, libopenh264 is the only encoder available OOTB. Add support for it and use it as fallback. M +1 -0 src/CMakeLists.txt A +106 -0 src/libopenh264encoder.cpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] A +28 -0 src/libopenh264encoder_p.h [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] M +1 -1 src/pipewirebaseencodedstream.cpp M +11 -0 src/pipewireproduce.cpp https://invent.kde.org/plasma/kpipewire/-/commit/e17793a3b023f26411001093bb2d5934adf715c7 -- You are receiving this mail because: You are watching all bug changes.