GNOME Bugzilla – Bug 432687
Totem still complains when no soundcard
Last modified: 2007-04-24 12:58:42 UTC
Downstream report: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237487 1. Remove any soundcard drivers 2. Make sure that "autodetect" is selected as the audio output in gstreamer-properties 3. Launch Totem 4. Get an error message about not being able to open a resource for writing 5. Dismiss error 6. Totem works as usual, but without sound Totem shouldn't popup an error at 4. Attached is Tim's draft patch
Created attachment 86865 [details] [review] pop-errors-when-using-fake-audiosink-1.diff
That's the downstream report, sorry: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237322
Created attachment 86917 [details] [review] Better patch
Committed to HEAD and 2.18 branch: 2007-04-24 Tim-Philipp Müller <tim at centricular dot net> * src/backend/bacon-video-widget-gst-0.10.c: (bacon_video_widget_new): Use separate bus to test whether the audiosink is working on startup, so that errors from testing the audiosink won't lead to an error dialog later on even if we've already plugged a fakesink as fallback instead. Should fix #432687.