https://bugs.kde.org/show_bug.cgi?id=489597
--- Comment #3 from David Jarvie <djar...@kde.org> --- Canberra has a gstreamer backend, but because Canberra hasn't been updated in 12 years, at least one of the gstreamer calls is obsolete: gst_element_factory_make("decodebin2", NULL) GStreamer no longer recognises decodebin2, so this call returns an error and playback fails. (decodebin and decodebin3 are recognised, but substituting them produces different errors.) The conclusion is that Canberra can't be used any longer with GStreamer, so some other library is required. One possibility is to use ffmpeg libraries to convert to .wav first, and then continue to use Canberra, but this doesn't seem ideal. Do you have any other suggestions? -- You are receiving this mail because: You are watching all bug changes.