GNOME Bugzilla – Bug 784872
osxaudio: Audio fails to upmix mono channel to stereo
Last modified: 2018-05-07 15:58:52 UTC
When completing one of the tutorials for gstreamer, [Basic Tutorial 8](https://gstreamer.freedesktop.org/documentation/tutorials/basic/short-cutting-the-pipeline.html), the pipeline failed to play content with a not-negotiated message. After a bit of debugging, it turns out the reason was because the appsrc was being configured as a single channel source, and the audiosink only supported 2 channel playback. Changing the caps on the appsrc to 2 channels worked around the problem, but I would have expected the single channel source to be upmixed to 2 channels. [log](https://pastebin.com/mAHtLsQh)
Could you dump the full log into a file, gzip it and attach it here please? The paste only has the last 50 lines before not-negotiated.
Created attachment 355531 [details] Full log Ah, here's the full log
I meant a log where the not-negotiated error happens, before you worked around it :)
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!