After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 567636 - [pbutils] Missing plugins code shouldn't ask for the same decoder twice
[pbutils] Missing plugins code shouldn't ask for the same decoder twice
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-13 18:03 UTC by Bastien Nocera
Modified: 2009-02-02 17:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2009-01-13 18:03:57 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).
Comment 1 Tim-Philipp Müller 2009-02-02 17:40:09 UTC
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.