[Bug 705977] audio decoders: output planar audio for better performance
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jul 23 13:21:06 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=705977
--- Comment #4 from George Kiagiadakis <gkiagia at tolabaki.gr> ---
(in gst-plugins-base)
commit 0ce20cef4fcc5e5e5723479bf8e980d92ece09f5
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date: Wed Feb 14 13:55:06 2018 +0200
gstaudiodecoder: take into account GstAudioMeta::samples on the output
buffers
This is useful if the output buffers are planar and have extra padding
on each plane, in which case size/bpf does not represent the number of
valid samples.
https://bugzilla.gnome.org/show_bug.cgi?id=705977
commit 2d38d2f1d3822f37c73cf446d1394b60792250a9
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date: Wed Feb 14 13:11:37 2018 +0200
gstaudiodecoder: do not aggregate output if buffers are planar
Aggregation will break the layout, as it concatenates buffers,
and fixing it here would be much more inefficient than configuring
the actual decoder implementation to output larger buffers.
https://bugzilla.gnome.org/show_bug.cgi?id=705977
--
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