[Bug 786344] audioaggregator: implement input conversion

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 19 16:22:41 UTC 2017


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

--- Comment #13 from Mathieu Duponchelle <mduponchelle1 at gmail.com> ---
Updated the patch, changes are:

perform_conversion is gone, instead a single convert_buffer vmethod is exposed
in GstAudioAggregator, if implemented we assume during caps negotiation that
conversion will happen.

Conversion is now opt-out.

GstAudioAggregator no longer adds the sink template, this was indeed a bit
ugly.

A new pad subclass is exposed, if the subclass uses (a subclass) of that new
class as its sinkpad_type, input buffer converters will be cached instead of
being recreated at each convert_buffer call.

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