Package: gaupol Version: 0.28-1 Severity: important Dear Maintainer,
When running Gaupol in order to use the video feature (not speaking about the video "preview"), the "video" menu is greyed-out and Gaupol prints on stderr: GStreamer found, but textoverlay missing. Try installing gst-plugins-base. Using this simple python3 code reproduces the issue: > #!/usr/bin/env python3 > from gi.repository import Gst > import sys > if not Gst.ElementFactory.find("textoverlay"): > print("GStreamer found, but textoverlay missing.", file=sys.stderr) The issue seems to come from /usr/share/gaupol/gaupol/util.py [1]. But it seems that the "textoverlay" was renammed in gstreamer1.0 See for example: > gst-launch-0.10 videotestsrc ! > video/x-raw-yuv,width=640,height=480,framerate=15/1 ! textoverlay > text="Hello" ! ffmpegcolorspace ! ximagesink vs > gst-launch-1.0 videotestsrc ! > video/x-raw-yuv,width=640,height=480,framerate=15/1 ! textoverlay > text="Hello" ! ffmpegcolorspace ! ximagesink WARNING: erroneous pipeline: no element "textoverlay" Either the Depends field of Gaupol should be updated Either the Conflict field of Gaupol should be updated (in case some gst lib/gir/... takes priority when it shouldn't) Either Gaupol should be fixed. Git Master version of utils.py: https://github.com/otsaloma/gaupol/blame/master/gaupol/util.py -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (990, 'testing'), (500, 'stable'), (90, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages gaupol depends on: ii gir1.2-gst-plugins-base-1.0 1.4.4-2 ii gir1.2-gstreamer-1.0 1.4.4-2 ii gir1.2-gtk-3.0 3.14.5-1 ii gstreamer1.0-plugins-good 1.4.4-2 ii python3 3.4.2-2 ii python3-aeidon 0.28-1 ii python3-gi 3.14.0-1 pn python3:any <none> Versions of packages gaupol recommends: ii gir1.2-gtkspell3-3.0 3.0.6-1 ii gstreamer1.0-libav 1.4.4-2 ii gstreamer1.0-plugins-bad 1.4.4-2.1 ii gstreamer1.0-plugins-ugly 1.4.4-2 ii python3-chardet 2.3.0-1 ii python3-enchant 1.6.6-2 ii python3-gi-cairo 3.14.0-1 Versions of packages gaupol suggests: ii mplayer2 [mplayer] 2.0-728-g2c378c7-4+b1 ii vlc 2.2.0~rc2-2 -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org