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 589365 - [pulsesink] pa_stream_get_sink_input_info() failed: Invalid argument
[pulsesink] pa_stream_get_sink_input_info() failed: Invalid argument
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-22 12:05 UTC by Tim-Philipp Müller
Modified: 2009-07-27 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bzip2'ed debug log (41.28 KB, application/x-bzip)
2009-07-22 12:07 UTC, Tim-Philipp Müller
Details

Description Tim-Philipp Müller 2009-07-22 12:05:00 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.
Comment 1 Tim-Philipp Müller 2009-07-22 12:07:23 UTC
Created attachment 138993 [details]
bzip2'ed debug log
Comment 2 Wim Taymans 2009-07-27 09:53:17 UTC
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