[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
Thu Nov 12 06:57:35 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=620323

--- Comment #25 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
It's not a simple patch, and there were discussions about how to implement it
properly. For the Opus codec it is now implemented, for a legacy codec like MP3
someone will have to implement it similarly now.

That is, doing these kind of things via segment adjustments is not ideal and
there's now a GstMeta (GstAudioClippingMeta) that parsers can put on the
encoded buffers for this and decoders should use to remove additional samples.
And encoders should also put it on their output if they can.

Any help with that would be appreciated :)

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