[Bug 797225] New: audioconvert: Conversion between non-interleaved and interleaved audio aways results in mono (regression)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Sep 29 08:55:42 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797225
Bug ID: 797225
Summary: audioconvert: Conversion between non-interleaved and
interleaved audio aways results in mono (regression)
Classification: Platform
Product: GStreamer
Version: git master
OS: All
Status: NEW
Severity: major
Priority: Normal
Component: gst-plugins-base
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: matej.knopp at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 373807
--> https://bugzilla.gnome.org/attachment.cgi?id=373807&action=edit
Patch
Problem happens during fixating caps. The caps are not properly fixated because
"layout" is not removed from the structure and thus intersection always results
in empty caps, and thus falling back to first structure of othercaps (which in
my case has 1 channel).
After removing "layout" from the structure caps are fixated properly and
everything works like before.
--
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