[gstreamer-bugs] [Bug 610017] Regresses WebKitGTK+'s audio-data-url layout test

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 15 10:25:38 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=610017
  GStreamer | gstreamer (core) | 0.10.26

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-02-15 18:25:33 UTC ---
That does not look like a bug to me:

0:00:00.732456081 16454      0x21b0410 DEBUG             autodetect
gstautoaudiosink.c:303:gst_auto_audio_sink_find_best:<audiosink> error message
error message from element 'audiosink-actual-sink-alsa': GstMessageError,
gerror=(GstGError)NULL, debug=(string)"gstalsasink.c\(686\):\
gst_alsasink_open\ \(\):\ /GstAlsaSink:audiosink-actual-sink-alsa:\012Device\
\'default\'\ is\ busy";

So basically the audio device on the computer is in use and no other device
works, so autoaudiosink errors out and that's that. Seems like expected
behaviour to me. (You should ignore all error messages on the bus after the
first error).

You may want to configure playbin2 with audio-sink="fakesink sync=true" or
"alsasink device=null" or so.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list