[Bug 620323] mpegaudioparse: Add support for LAME tags and adjust segments based on the padding information from it
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 29 11:44:48 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=620323
--- Comment #32 from Carlos Rafael Giani <dv at pseudoterminal.org> ---
Ah, but you are talking about byte-level seeking. I was referring to operations
in the time domain. It is my impression that the number of *samples* per frame
is constant, but that in VBR MP3s, these fixed number of samples can be encoded
with a varying bitrate. So, if downstream requests a time seek, then it should
work.
This does break down however if downstream does a byte seek, yes.
There is still the option to constrain the segment though. So far, this one
still seems like the least problematic option to me.
--
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