GNOME Bugzilla – Bug 763985
audio: add some debug output about channels mapping
Last modified: 2016-04-12 18:50:39 UTC
I'm part of my investigations on bug#763799 I'm adding some channels mapping related debug output as tracking down those issues isn't very convenient atm.
Created attachment 324421 [details] [review] alsa: coding style fix Was using tabs instead of spaces.
Created attachment 324422 [details] [review] alsa: factor out alsa_detect_channels_mapping() This code was duplicated in alsasrc and alsasink.
Created attachment 324423 [details] [review] gst-audio: add gst_audio_channel_positions_to_string() We currently don't log much about channel positions making debugging harder as it should be. This is the first step in my attempt to improve this.
Created attachment 324424 [details] [review] alsa: add some debugging output to alsa_detect_channels_mapping()
Created attachment 324425 [details] [review] audio: add debug output if channels mapping does not match
Attachment 324421 [details] pushed as 592b87a - alsa: coding style fix Attachment 324422 [details] pushed as d9268a5 - alsa: factor out alsa_detect_channels_mapping() Attachment 324423 [details] pushed as 3cb0830 - gst-audio: add gst_audio_channel_positions_to_string() Attachment 324424 [details] pushed as eef7312 - alsa: add some debugging output to alsa_detect_channels_mapping() Attachment 324425 [details] pushed as 1c56cfa - audio: add debug output if channels mapping does not match
Btw, I added missing Since 1.10 and win32 def. Thanks.