osxaudio: fixes playback of mono streams with no channel-mask field in caps
authorJosep Torra <jtorra@oblong.com>
Sat, 20 May 2017 15:09:52 +0000 (17:09 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 12 Jul 2017 19:33:36 +0000 (20:33 +0100)
commit4f4de807fae50c33f4430ccda883a518db5de0bd
tree8af954d436c54a367141ace933d4cb3b27d3ac38
parent05180996fceb8183790c81a1ab520dde471ac083
osxaudio: fixes playback of mono streams with no channel-mask field in caps

Fixes a negotiation error seen when trying to playback of a .MOV file with
a mono AAC audio stream decoded by avcdec_aac that doesn't set channel-mask
field but sink was requiring channel-mask=0x3.
sys/osxaudio/gstosxcoreaudio.c