[Bug 793605] New: [PATCH] webrtcdsp: add support for using floating point planar buffers directly

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 19 16:51:27 UTC 2018


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

            Bug ID: 793605
           Summary: [PATCH] webrtcdsp: add support for using floating
                    point planar buffers directly
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gkiagia at tolabaki.gr
        QA Contact: gstreamer-bugs at lists.freedesktop.org
        Depends on: 751605
     GNOME version: ---

The webrtc audio processing library internally uses floating point arithmetics
and works on planar buffers. In order to avoid conversion and
interleaving/deinterleaving inside the webrtc audio processing code, this
patchset enables the use of F32 non-interleaved buffers directly.

In order to do this, this patchset also introduces a new GstPlanarAudioAdapter
class in libgstbadaudio, which can be useful in other places too in the future
(GstAudioEncoder for example...)

Patches can be found at:
https://gitlab.collabora.com/gkiagia/gst-plugins-bad/commits/webrtc_planar_audio

Obviously, this depends on https://bugzilla.gnome.org/show_bug.cgi?id=751605

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