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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 21 03:00:22 PST 2011


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

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

oggmux: do not skip a pageno at start

Discontinuities are automatically signalled by oggdemux at the start
of a new stream. When oggmux is yet to output actual data pages,
do not signal these discontinuities.
This patch may miss some actual discontinuities at the very start of
a stream, but avoids the spurious missing pages when encoding happens
normally.
A better fix might involve finding a way to distinguish between actual
data discontinuities and discontinuities merely marking the start of
a new stream.

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