GNOME Bugzilla – Bug 568545
[audioringbuffer] not-negotiated error on pull-based pipeline
Last modified: 2016-12-21 11:45:57 UTC
Verily, give this a try. You might want to apply the patch from bug 567997 first, and perhaps revert 4d85e93cf9eab7efb1b99f64c720a6af182a6736 in -bad to get audioringbuffer into the build. gst-launch-0.10 audiotestsrc volume=0.1 ! audio/x-raw-int,rate=44100,width=16,depth=16,endianness=1234,channels=1,signed=true ! audioringbuffer ! audioconvert ! audio/x-raw-float ! audioconvert ! alsasink can-activate-pull=true
Needs porting to 0.11, where this might be easier to solve as well.
Commit: 9b5de053995488d5ddc78c1bf4df651101271d70 URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=9b5de053995488d5ddc78c1bf4df651101271d70 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Dec 21 11:00:47 2016 +0200 Remove various unported plugins If they were not ported after 4+ years it seems unlikely that anybody is ever going to need them again. They're still in the GIT history if needed. https://bugzilla.gnome.org/show_bug.cgi?id=774530