GNOME Bugzilla – Bug 532295
gconf setting default audio sink to video default visualizer
Last modified: 2008-07-18 09:13:44 UTC
The common/m4/gst-default.m4 file is setting the default audiosink to the default visualizer. This causes all sorts of problems. For exmaple, when I try to play a CD in sound-juicer, it tells me "Error playing CD Reason Internal Data flow error". I think the attached patch fixes the problem. Looks like a copy-paste error.
Created attachment 110619 [details] [review] patch fixing problem
2008-05-09 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Brian Cameron <brian dot cameron at sun dot com> * m4/gst-default.m4: Don't set the default audio sink to the default visualizer. Fixes bug #532295.
*** Bug 532347 has been marked as a duplicate of this bug. ***
Packagers and users can work around this bug by passing --with-default-audiosink=autoaudiosink to configure or autogen.sh.
(In reply to comment #4) > Packagers and users can work around this bug by passing > > --with-default-audiosink=autoaudiosink > > to configure or autogen.sh. That doesn't work unfortunately. From the log: configure: Using autoaudiosink as default audio sink configure: Using alsasrc as default audio source configure: Using autovideosink as default video sink configure: Using v4lsrc as default video source configure: Using goom as default visualizer The created schemas file still has "goom" as the default though. Build log: http://koji.fedoraproject.org/koji/getfile?taskID=640384&name=build.log RPM with the created file: http://kojipkgs.fedoraproject.org/packages/gstreamer-plugins-good/0.10.8/3.fc9/i386/gstreamer-plugins-good-0.10.8-3.fc9.i386.rpm
It works just fine here with the Debian packages which just pass the configure parameters... weird
Oh, you're right. The problem is in the path where it assigns the default visualiser, so --with-default-visualizer=goom should fix it. Sorry.