[gstreamer-bugs] [Bug 583112] New: [asfdemux] extract coverart (WM/Picture tag)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon May 18 11:51:42 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=583112

  GStreamer | gst-plugins-ugly | Ver: git
           Summary: [asfdemux] extract coverart (WM/Picture tag)
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Format info (hat tip MikeS):

  /* Serialize to the appropriate format. The documention for WM/Picture says
     that it's compatible with id3's APIC tag. The documentation is wrong.

     The actual format is:
       uint8 picture_type;   // One byte for the picture type. This is
                             // compatible with the APIC tag's picture type,
                             // but in practice always has the value 0.
       uint32 data_length;   // Length of the actual image data
       uint16 mime_type[];   // Null-terminated, UTF-16-LE mime type.
       uint16 description[]; // Null-terminated, UTF-16-LE description, may be
                             // empty (just the null terminator).
       uint8 image_data[];   // The actual image data.
   */


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=583112.




More information about the Gstreamer-bugs mailing list