[gstreamer-bugs] [Bug 629196] Tagging an Ogg Vorbis file may corrupt audio data

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 21 08:09:32 PST 2011


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

--- Comment #8 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-01-21 16:09:26 UTC ---
Created an attachment (id=178948)
 View: https://bugzilla.gnome.org/attachment.cgi?id=178948
 Review: https://bugzilla.gnome.org/review?bug=629196&attachment=178948

oggmux: use oggstream for less brittleness in recognizing headers

Using the IN_CAPS flag for this is brittle, and will fail if either
vorbisparse or vorbistag (which is itself based on vorbisparse) is
inserted between oggdemux and oggmux. Possibly other elements too
(eg, theoraparse, etc).
Using oggstream ensures we Get It Right More Often Than Not.

-- 
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