After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 568545 - [audioringbuffer] not-negotiated error on pull-based pipeline
[audioringbuffer] not-negotiated error on pull-based pipeline
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-21 12:40 UTC by Andy Wingo
Modified: 2016-12-21 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy Wingo 2009-01-21 12:40:28 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
Comment 1 Tim-Philipp Müller 2012-05-25 13:21:52 UTC
Needs porting to 0.11, where this might be easier to solve as well.
Comment 2 Tim-Philipp Müller 2016-12-21 11:45:57 UTC
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