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 462799 - No sound
No sound
Status: RESOLVED DUPLICATE of bug 471364
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-02 14:03 UTC by Askar Andersson
Modified: 2007-09-08 19:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
debug.log (181 bytes, text/x-log)
2007-08-26 14:18 UTC, Askar Andersson
Details
debug2.log (508.01 KB, text/x-log)
2007-08-26 18:47 UTC, Askar Andersson
Details

Description Askar Andersson 2007-08-02 14:03:44 UTC
I get this message when trying to test sound from the settingsdialog.

"audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink: Internal GStreamer error: state change failed.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2007-08-23 07:34:15 UTC
could you please run this in a terminal:

GST_DEBUG="*:4" gst-launch 2>debug.log audiotestsrc num-buffers=10 wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink

and attach the generated debug.log here?
Comment 2 Askar Andersson 2007-08-26 14:18:41 UTC
Created attachment 94368 [details]
debug.log
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2007-08-26 17:10:35 UTC
The log contains:
Programmet "gst-launch" är för närvarande inte installerat.  Du kan installera det genom att ange:
sudo apt-get install gstreamer-tools
bash: gst-launch: kommandot hittades inte

you could check if you have gst-launch-0.10, otherwise could you perhaps install the apckage and retry?
Comment 4 Askar Andersson 2007-08-26 18:47:58 UTC
Created attachment 94387 [details]
debug2.log
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2007-08-26 22:12:47 UTC
What do you have configured in gnome-sound-properties? Looks like autoaudiosink (which is good), but it can't use any method to play audio on your system .

There is a problem with your alsa-plugin (alsasink). You need to discuss this with your distribution. It also tried oss and esd which are not succesful either. Can you play music with other app? Which version of alsa do you have?


0:00:00.288623000 [332m 9199[00m 0x804e050 [33;01mWARN [00m [00;01;36m  GST_PLUGIN_LOADING gstplugin.c:459:gst_plugin_load_file:[00m module_open failed: /usr/lib/gstreamer-0.10/libgstalsa.so: symbol snd_pcm_hw_params_get_period_time_max, version ALSA_0.9.0rc4 not defined in file libasound.so.2 with link time reference

(gst-launch-0.10:9199): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstalsa.so': /usr/lib/gstreamer-0.10/libgstalsa.so: symbol snd_pcm_hw_params_get_period_time_max, version ALSA_0.9.0rc4 not defined in file libasound.so.2 with link time reference
0:00:00.288728000 [332m 9199[00m 0x804e050 [33;01mWARN [00m [00;01;36m  GST_PLUGIN_LOADING gstplugin.c:928:gst_plugin_load_by_name:[00m load_plugin error: Opening module failed: /usr/lib/gstreamer-0.10/libgstalsa.so: symbol snd_pcm_hw_params_get_period_time_max, version ALSA_0.9.0rc4 not defined in file libasound.so.2 with link time reference
0:00:00.288765000 [332m 9199[00m 0x804e050 [33;01mWARN [00m [00;01;36m  GST_PLUGIN_LOADING gstpluginfeature.c:132:gst_plugin_feature_load:[00m Failed to load plugin containing feature 'alsasink'.
Comment 6 Tim-Philipp Müller 2007-09-08 19:47:33 UTC
There's also:

 - bug #465570 : No Sound with Ubuntu Gusty Tribe 4

and

 - bug #471364 – [gconf] Internal GStreamer error: state
                 change failed on gutsy (rubbish error message)

and the

'/usr/lib/gstreamer-0.10/libgstalsa.so': /usr/lib/gstreamer-0.10/libgstalsa.so:
symbol snd_pcm_hw_params_get_period_time_max, version ALSA_0.9.0rc4 not defined
in file libasound.so.2 with link time reference

is probably a packaging bug of some sort which you really need to take up with your distro, as Stefan already suggested.

Don't think there is much more we can do at this point without the alsa plugin being compiled right.  Marking this as a duplicate of bug #471364.  Please file a new bug if you sort out the issue with the alsa plugin and still have problems (and the problem is not covered by bug #465570), thanks!



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