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 743087 - alsa plugins are noisy and silent after several minutes of use
alsa plugins are noisy and silent after several minutes of use
Status: RESOLVED DUPLICATE of bug 692953
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.4.5
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-17 14:45 UTC by triniton
Modified: 2015-01-17 14:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description triniton 2015-01-17 14:45:10 UTC
I want to use GStreamer backend to make an application to listen and record to FM radio.

I tested with:

1) First pipeline tunes the radio device /dev/radio0 to station 106.6 MHz:

	gst-launch-1.0 v4l2radio device=/dev/radio0 frequency=106600000

2) Second pipeline connects digital audio out (hw:1) to default sound card:

	gst-launch-1.0 alsasrc device=hw:1 ! audioconvert ! audioresample ! alsasink

It's work nicely but after a few (5) minutes, I get noise (the sound is completely distorted) and becomes silent.
Comment 1 Tim-Philipp Müller 2015-01-17 14:50:02 UTC
Thanks for the bug report. I think this is a duplicate of bug #692953.

*** This bug has been marked as a duplicate of bug 692953 ***