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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 21 07:07:37 PDT 2013


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

Robert Krakora <rob.krakora> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rob.krakora at messagenetsyste
                   |                            |ms.com

--- Comment #10 from Robert Krakora <rob.krakora at messagenetsystems.com> 2013-08-21 14:07:34 UTC ---
Hi Thomas,

Two things to try so that we can narrow down to a definite cause.

1)  Put a queue (see below pipeline) right before alsasink and rerun test (if
you have not already tried placing a queue right before alsasink already).

gst-launch-1.0 -v alsasrc device="$alsa_iface" ! audioconvert !
audioresample ! "audio/x-raw, format=S16LE, channels=2" ! queue ! alsasink
device="$alsa_iface" sync=false

2)  Cut the number of channels down to one (see below pipeline) and rerun test.

gst-launch-1.0 -v alsasrc device="$alsa_iface" ! audioconvert !
audioresample ! "audio/x-raw, format=S16LE, channels=1" ! alsasink
device="$alsa_iface" sync=false

Best Regards,

Rob

P.S. I know that this is monotonous and tedious.  I just got done fixing a bug
that required me to do numerous runs of a pipeline over 24->48 hour periods to
identify, fix and test.

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