Comment # 30 on bug 1116043 from
(In reply to Fabian Vogt from comment #29)
> I had to create a delete request for ktp-call-ui now (sr 713493) as it has a
> hard requirement on gstreamer-plugins-qt5, which is unmaintained for a while
> now and fails to build now because of GStreamer API changes.

The reason for the build failure is not an API change in GStreamer.
But gst_caps_copy() has been changed from an inline function to a macro, and
this seems to "confuse" the compiler.

The fix is rather simple though:
https://build.opensuse.org/package/view_file/home:wolfi323:branches:KDE:Qt5/gstreamer-plugins-qt5/fix-build.patch?expand=1

So maybe we can keep it around for a bit longer?
I know that it's unmaintained, but that would buy some more time to port
ktp-call-ui away.


You are receiving this mail because: