Summary: | digikam crash at startup with GStream : QtMultimedia relevant | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Lane Wiscombe <lane.wiscombe> |
Component: | Preview-Video | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | alinm.elena, caulier.gilles, if6was9, martin.sandsmark, myriam, romain.perier, tpr |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | https://aur.archlinux.org/packages/digikam-frameworks-git/ | ||
Latest Commit: | Version Fixed In: | 5.7.0 | |
Sentry Crash Report: |
Description
Lane Wiscombe
2015-01-08 06:27:51 UTC
GStreamer problem, used in background by Phonon widget to play video in digiKam. Gilles Caulier Wait a minute. Which digiKam version you use exactly. With this debug statement : QCommandLineParser: option not defined: "database-directory" ==> this is digiKam 5.0.0 for plasma desktop. With this version, Phonon support have be removed to use QtMultimedia instead. Gilles Caulier It's clear : https://aur.archlinux.org/packages/digikam-frameworks-git/ ==> 5.0.0 version is used here... Gilles Caulier https://forum.manjaro.org/index.php?topic=18150.0 http://sourceforge.net/projects/arch-repos/files/kde5-apps/x86_64/ version: digikam-frameworks-git-v4.6.0.473.g465edbe-1-x86_64.pkg.tar.xz suggested solution? It's a problem with new GStreamer version uncompatible with QTMultimedia component. Here, under Mageia 5-beta1, Plasma 5 desktop and Qt 5.4.0, digiKam start. I supose that older GStreamer version is used : - qt5-gstreamer-devel : 0.10.3 - lib64qt5-gstreamer-devel : 0.10.3 - lib64gstreamer1.0-devel : 1.4.3 See also this DOWNSTREAM bugzilla file from RedHat : https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=1149885 I suspect problem is located into QtMultimedia and must be fixed by Qt team... Gilles Caulier Same as mentioned: https://forum.manjaro.org/index.php?topic=18150.msg176185#msg176185 Best regards. a note for digikam... now there is an ENABLE_VIDEO for cmake that can be used to disable the usage of qtmultimedia. Alin Christoph, How to be sure that Qt team will seen this report ? Gilles Caulier Since digiKam 5.2.0, we replace QtMultimedia support by QtAV/ffmpeg framework to handle video. This problem will not reproducible... |