GNOME Bugzilla – Bug 589365
[pulsesink] pa_stream_get_sink_input_info() failed: Invalid argument
Last modified: 2009-07-27 09:53:17 UTC
Sometimes I get a pulseaudio error in totem when switching tracks: pa_stream_get_sink_input_info() failed: Invalid argument This is with gst-plugins-good from git and pulseaudio 0.9.15-4 from debian sid. Debug log attached.
Created attachment 138993 [details] bzip2'ed debug log
commit 2308999849d370760b9aa41498710cfe9760f030 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Jul 27 11:51:39 2009 +0200 pulsesink: avoid using ivalid stream indexes when we get an invalid stream index from pulse because we were just starting, avoid using it for getting and setting the volume. Fixes #589365