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 649037 - totem crashes on opening
totem crashes on opening
Status: RESOLVED DUPLICATE of bug 471364
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.20
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-30 17:26 UTC by Steve VanSlyck
Modified: 2011-04-30 19:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Error message (13.75 KB, image/png)
2011-04-30 17:26 UTC, Steve VanSlyck
Details
bebug log (181.60 KB, application/x-gzip)
2011-04-30 17:56 UTC, Steve VanSlyck
Details

Description Steve VanSlyck 2011-04-30 17:26:57 UTC
Created attachment 186942 [details]
Error message

See image. This is unfortuatenly the only information I can provide. Will be happy to provide more if someone will advise what file to supply
Comment 1 Tim-Philipp Müller 2011-04-30 17:36:54 UTC
Is this really with GStreamer 0.10.20? (which is ancient..)

Could you run totem from a terminal/command line window like this:

  $ GST_DEBUG=*:5 totem 2>dbg.log
  ... wait for error, then exit totem ...
  $ gzip dbg.log

(where '$' is the shell prompt) and attach the dbg.log.gz file to this bug report please.
Comment 2 Steve VanSlyck 2011-04-30 17:56:16 UTC
Created attachment 186944 [details]
bebug log

Unfortunately CetOS doesn't provide more recent pacakges, so this is what I'm left with. Anything anyone can offer on how to fix myself, if that's possible for a non-programmer, will be appreciate.
Comment 3 Tim-Philipp Müller 2011-04-30 19:00:30 UTC
> Unfortunately CentOS doesn't provide more recent pacakges, so this is what I'm
> left with. Anything anyone can offer on how to fix myself, if that's possible
> for a non-programmer, will be appreciate.

Well, thanks for the bug report, but version 0.10.20 is from June 2008. I'm afraid we can't support almost 3-year old versions of GStreamer. Best to file a bug with CentOS then.

This is the underlying problem:
 
WARN alsa pcm_hw.c:1321:snd_pcm_hw_open:alsalib error: open /dev/snd/pcmC0D0p failed: No such file or directory
WARN  alsa pcm_dmix.c:1008:snd_pcm_dmix_open:alsalib error: unable to open slave
WARN alsa gstalsasink.c:697:gst_alsasink_open:<autoaudiosink0-actual-sink-alsa> error: Could not open audio device for playback.
WARN alsa gstalsasink.c:697:gst_alsasink_open:<autoaudiosink0-actual-sink-alsa> error: Playback open error on device 'default': No such file or directory

Which is ultimately a distro problem (not setting up a default device). You can see if there's a gnome-sound-properties program to select a specific audio device.

The problem with the rubbish error message has been fixed ages ago (in gst-plugins-good).

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