[Bug 744922] osxaudiosrc: iOS resampling is stuttering

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 23 23:48:04 PST 2015


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

--- Comment #14 from Arun Raghavan <arun at accosted.net> ---
(In reply to Ilya Konstantinov from comment #10)
> However, from a cursory look, alsasrc didn't try to provide non-interleaved
> formats at all, despite ALSA itself being capable of it.
> 
> So far as I can see, non-interleaved formats require creating pads
> dynamically, which is a complexity that's out of the scope of this change
> (and probably not worthwhile to invest effort into at this point).

You don't need dynamic pads, it's the same mechanism as interleaved, just that
the data you are passing is a different format.

That said, osxaudiosrc template caps are fixed to layout=interleaved, so we'll
never negotiate to non-interleaved right now. Support for non-interleaved
formats can be added later if required.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list