[gstreamer-bugs] [Bug 337876] New: TagList does not retreive tags by key if 2 or more tags with the same name are present

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Apr 9 20:54:35 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=337876
 GStreamer | gst-python | Ver: HEAD CVS

           Summary: TagList does not retreive tags by key if 2 or more tags
                    with the same name are present
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: artfwo at gmail.com
         QAContact: johan at gnome.org
     GNOME version: 2.11/2.12
   GNOME milestone: Unspecified


Please describe the problem:
TagList.keys() returns only tags that have exactly ONE value.
Tags with a same name that are specified 2 or more times are not listed in keys
at all.

Steps to reproduce:
 Typically this problem could happen with vorbis-style comments, i. e.:
$ ogginfo starbase.ogg
...
        ARTIST=Tore Aune Fjellstad
        ARTIST=Espen Gätzschmann
...
        GENRE=Soundtrack
        GENRE=Media
...

TagList.keys() would not list Genre or Artist tags at all.

Actual results:


Expected results:
TagList.keys should contain proper keys for multi-value tags and return a list
or tuple of expected values.

Does this happen every time?


Other information:


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list