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 454696 - Can not get sound working
Can not get sound working
Status: RESOLVED DUPLICATE of bug 471364
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-07 22:34 UTC by weshop
Modified: 2009-04-15 22:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
log from gnome-sound-properties (compressed) (152.83 KB, application/x-compressed-tar)
2007-09-13 08:59 UTC, Frederic Crozat
Details

Description weshop 2007-07-07 22:34:31 UTC
Get following message trying to do sound test in Sound Preferences dialog:
gconfaudiosrc ! audioconvert ! audioresample ! gconfaudiosink profile=chat: 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:29:17 UTC
which field are you putting this in (Audio Conferencing)? if so you should configure two separate pipelines:
Sound playback: audioconvert ! audioresample ! gconfaudiosink profile=chat
Sound capture : gconfaudiosrc  profile=chat ! audioresample ! audioconvert

If that does not help, could you run this from a terminal and attach the log here:

GST_DEBUG="*:4" gnome-sound-properties 2>debug.log
Comment 2 Frederic Crozat 2007-09-13 08:59:35 UTC
Created attachment 95501 [details]
log from gnome-sound-properties (compressed)

We are seeing a similar bug on Mandriva system (bug http://qa.mandriva.com/show_bug.cgi?id=28679) :

it is only when using microphone included in webcam, which don't provide an real mixer (according to hadess).

Using the same pipeline with gst-launch-0.10 works fine BTW
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2007-09-17 20:10:11 UTC
here is one part from the log that looks suspicious:

0:00:06.564781000 16427 0x805d068 WARN                  alsa conf.c:3949:snd_config_expand: alsalib error: Unknown parameters 1
0:00:06.564882000 16427 0x805d068 WARN                  alsa control.c:909:snd_ctl_open_noupdate: alsalib error: Invalid CTL default:1
0:00:06.565016000 16427 0x805d068 WARN                  alsa gstalsamixer.c:69:gst_alsa_mixer_open: Cannot open mixer for sound device 'default:1': Argument invalide

but it goes to playing. later downwards I don't like this (goes from around 7 sec to the end):

GST_SCHEDULING gstpad.c:3975:gst_pad_pull_range:<src:proxypad6> pullrange returned buffer of different caps
Comment 4 Tim-Philipp Müller 2009-04-15 22:41:16 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.


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