After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796743 - gst_audio_buffer_reorder_channels: support non-interleaved buffers
gst_audio_buffer_reorder_channels: support non-interleaved buffers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 751605
Blocks:
 
 
Reported: 2018-07-03 13:24 UTC by George Kiagiadakis
Modified: 2018-07-12 10:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libs: audio: implement planar buffer support in gst_audio_buffer_reorder_channels() (3.14 KB, patch)
2018-07-03 13:24 UTC, George Kiagiadakis
none Details | Review
tests: audio: test gst_audio_buffer_reorder_channels() also with non-interleaved buffers (4.31 KB, patch)
2018-07-03 13:24 UTC, George Kiagiadakis
none Details | Review

Description George Kiagiadakis 2018-07-03 13:24:03 UTC
Created attachment 372934 [details] [review]
libs: audio: implement planar buffer support in gst_audio_buffer_reorder_channels()

Follow-up from bug 751605
Comment 1 George Kiagiadakis 2018-07-03 13:24:48 UTC
Created attachment 372935 [details] [review]
tests: audio: test gst_audio_buffer_reorder_channels() also with non-interleaved buffers
Comment 2 George Kiagiadakis 2018-07-12 10:40:58 UTC
commit fe8f7dac8345b87b6db434b2c1d47af9473944ee
Author: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date:   Tue Feb 13 15:04:04 2018 +0200

    tests: audio: test gst_audio_buffer_reorder_channels() also with non-interleaved buffers
    
    https://bugzilla.gnome.org/show_bug.cgi?id=796743

commit e1bc49923f75fe93ed6908439f6377dad76814ff
Author: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date:   Tue Feb 13 13:24:32 2018 +0200

    libs: audio: implement planar buffer support in gst_audio_buffer_reorder_channels()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=796743