GNOME Bugzilla – Bug 567636
[pbutils] Missing plugins code shouldn't ask for the same decoder twice
Last modified: 2009-02-02 17:40:09 UTC
See also bug 550582 When playing http://ftp.gnu.org/video/Stephen_Fry-Happy_Birthday_GNU-hq_600px_780kbit.ogv ** Message: don't know how to handle application/x-kate ** Message: don't know how to handle application/x-kate ** Message: Missing plugin: gstreamer|0.10|lt-totem|Kate subtitle format decoder|decoder-application/x-kate (Kate subtitle format decoder) ** Message: Missing plugin: gstreamer|0.10|lt-totem|Kate subtitle format decoder|decoder-application/x-kate (Kate subtitle format decoder) ** Message: PackageKit: xid = 41943043 ** Message: PackageKit: Codec nice name: Kate subtitle format decoder ** Message: PackageKit: structure: gstreamer0.10(decoder-application/x-kate)()(64bit) ** Message: PackageKit: Codec nice name: Kate subtitle format decoder ** Message: PackageKit: structure: gstreamer0.10(decoder-application/x-kate)()(64bit) There's 2 streams with the same unknown decoder, but it should only warn once (otherwise the unsuspecting helper script will tell the user the same 2 decoders are needed, which looks a bit untidy).
Should be fixed in git: commit 95d6fb050143b67b255017e80ccb108cd7ea33ea Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Mon Feb 2 17:25:21 2009 +0000 pbutils: remove duplicate detail strings when calling the external codec installer It doesn't make sense to ask installers for the same codec or element twice, so filter out duplicate requests before calling the external helper script and make the unit test check this works right. Fixes #567636.