[Bug 729314] ogg: sample-accurate decoding/encoding is broken

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 5 04:20:08 PDT 2014


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

--- Comment #4 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2014-06-05 11:20:05 UTC ---
Similar issue for the encoding side: libvorbis generates a 1024 sample last
block, and reports a lower number of actual samples. oggmux looks at the block
and sees 1024 samples duration, and is unaware that libvorbis indicated a lower
number, so sets the granpos to +1024, which will lead to those (dummy) samples
being part of the stream. OFFSET and OFFSET_END are already used, not sure
where I could pass this information to oggmux atm.

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