[gstreamer-bugs] [Bug 325649] apetag plugin needs porting to 0.10

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Feb 4 09:17:04 PST 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=325649
 GStreamer | gst-plugins-bad | Ver: 0.10.0


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58386|0                           |1
        is obsolete|                            |




------- Comment #13 from Tim-Philipp Müller  2006-02-04 17:17 UTC -------
Created an attachment (id=58709)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=58709&action=view)
updated patch

Patch updated to handle the files mentioned in bug #315557.

GstTagDemux:
 - post STREAM TYPE_NOT_FOUND error if typefinding fails in activate function
 - post STREAM TYPE_NOT_FOUND error (not CORE CAPS error) if typefinding fails
   in chain function.
 - before calling ::parse_tags(), set GST_BUFFER_SIZE to the requested tag
   size and restore it afterwards, as the actual buffer might be larger than
   requested and parse_tags() might want to easily access the end of the tag
   without storing the previously calculated size anywhere, or simply assume
   the buffer it gets is exactly the size requested.

GstApeDemux:
  - recognise and map 'comments' tag in addition to 'comment' tag.
  - footers are optional if the APE tag is at the beginning of a file


-- 
Configure bugmail: http://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