[Gstreamer-bugs] [Bug 142507] New: - [PATCH] id3tag plugin does not correctly set buffer offset

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu May 13 19:18:15 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=142507
GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: [PATCH] id3tag plugin does not correctly set buffer
                    offset
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-maint at bugzilla.gnome.org
        ReportedBy: dcm at acm.org
         QAContact: gstreamer-maint at bugzilla.gnome.org


gstid3tag.c falsely assumes that gst_buffer_create_sub() will set the offset
field of the created buffer.  This is not the case, as decided in bug 113180,
since the offset field is media specific.  Thus, gstid3tag.c really ought to set
the buffer offset manually after running gst_buffer_create_sub() with a non-zero
offset.

This bug manifests itself in this way:  If the pipeline is not seekable (such as
with fdsrc) and the played mp3 has an ID3v2 tag at the beginning, the first
second or two of audio will be skipped.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list