[Bug 770704] aacparse assumes the stream-format to be raw when there is codec_data

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 6 12:30:46 UTC 2018


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

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
aacparse should probably first check for a valid stream-format, and only then
fall back to assume that codec_data means raw.

But also there should not be any codec_data in the caps if there are no defined
out of band configuration data for a specific stream format. From what I
understand that is not the case of LOAS, so there should not be any codec_data
to begin with. LOAS is self-contained and has no out of band configuration
data.

So in summary, aacparse should be improved a bit here but also what you do with
the caps seems wrong.


Do you want to provide a patch for aacparse? Your case should accidentially
work then at least :)

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