[Bug 692953] alsa modules are silent or noisy after several hours of use

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 21 10:05:21 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=692953
  GStreamer | gst-plugins-base | 1.0.6

--- Comment #14 from Thomas DEBESSE <thomas.debesse at rcf.fr> 2013-08-21 17:05:15 UTC ---
> This is very interesting from a prior
> comment on this bug report...

Be careful, when I wrote "only pause and re-playback it", the word "pause" was
not really correct, "stop" is better.

This is what I mean (it works):

pipeline.set_state(Gst.State.NULL)
pipeline.set_state(Gst.State.PLAYING)

This is NOT what I mean (it does not work):

pipeline.set_state(Gst.State.PAUSED)
pipeline.set_state(Gst.State.PLAYING)

> Have you tried a pipeline like this...
> 
> gst-launch-1.0 -v alsasrc device="$alsa_iface" ! queue
> ! alsasink device="$alsa_iface" sync=false
> 
> ...to try to isolate the problem without audio conversion and resampling?

I will do this. But for your information, audioconvert and audioresample
function properly with other modules (like jackaudiosrc or jackaudiosink).

I'll try to get a computer with multiple sound cards for doing several
different tests in parallel.

-- 
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