[Bug 785407] audioconvert: Concider channel=1, channel-mask=0x0 as mono

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 26 13:23:45 UTC 2017


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

--- Comment #4 from Thibault Saunier <tsaunier at gnome.org> ---
> Might also want to add that case to gst_audio_info_from_caps()

It is already handled there: 

 if (!gst_structure_get (str, "channel-mask", GST_TYPE_BITMASK, &channel_mask,
          NULL) || (channel_mask == 0 && channels == 1)) {

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