[Bug 730926] New: Metadata: ID3 private frame tag("PRIV") not handled.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 29 02:51:20 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730926
  GStreamer | gst-plugins-base | git

           Summary: Metadata: ID3 private frame tag("PRIV") not handled.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ravi.kiran at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


While parsing the metadata of the media, "private frames" are not handled.
So, private frame tag and data are added to unknown/unhandled "ID3v2 frame".
And from application it is not possible to retrieve "priv" tag data.


4.27.   Private frame

   This frame is used to contain information from a software producer
   that its program uses and does not fit into the other frames. The
   frame consists of an 'Owner identifier' string and the binary data.
   The 'Owner identifier' is a null-terminated string with a URL [URL]
   containing an email address, or a link to a location where an email
   address can be found, that belongs to the organisation responsible
   for the frame. Questions regarding the frame should be sent to the
   indicated email address. The tag may contain more than one "PRIV"
   frame but only with different contents.

     <Header for 'Private frame', ID: "PRIV">
     Owner identifier      <text string> $00
     The private data      <binary data>

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


More information about the gstreamer-bugs mailing list