[Bug 733405] riff: wrong channel mask in wav should be ignored

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 9 01:15:33 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=733405
  GStreamer | gst-plugins-base | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-10-09 08:15:29 UTC ---
(In reply to comment #6)

> That means with this patch:
> - files with more bits in channel_mask than channels are read, instead of
> giving an error.

More bits in the channel mask than the number of channels is used to mark an
unfixed channel mask. audioconvert for example is then selecting a subset of
those bits during negotiation.
So this part at least seems wrong.


But you only want the inverse, right? Less bits in the channel mask than
channels read, and having all additional channels set to an undefined position?
That change would seem possible, but I think it will need changes in
audioconvert to handle that properly first.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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