GNOME Bugzilla – Bug 551238
Totem crashes with a dialog box to file a bug about Gstreamer
Last modified: 2009-05-30 13:32:59 UTC
No mp3 files can be played.OS is Ubuntu 8.04.GNOME is 2.22.3.Plugins installed are Steps to reproduce error: Double click any mp3 file or run in gnome-terminal. Output in Terminal: [CODE] easwarh@l1nuxr0cks:~$ totem ~/Music/Evanescence/The\ Open\ Door/Evanescence-The\ Open\ Door-02-Call\ Me\ When\ You\'re\ Sober.mp3 ** (totem:8010): CRITICAL **: bacon_video_widget_common_get_vis_quality: assertion `q < G_N_ELEMENTS (vis_qualities)' failed ** (totem:8010): CRITICAL **: bacon_video_widget_common_get_vis_quality: assertion `q < G_N_ELEMENTS (vis_qualities)' failed ** Message: Error: Internal GStreamer error: pad problem. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer. gstplaybin.c(1267): gen_vis_element (): /play: Failed to configure the visualisation element. [/CODE] Installed packages are: gstreamer0.10-alsa gstreamer0.10-ffmpeg gstreamer0.10-gnomevfs gstreamer0.10-plugins-base gstreamer0.10-plugins-base-apps gstreamer0.10-x gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad-multiverse gstreamer0.10-pulseaudio python-gst0.10 I am unable to determine the gstreamer version,have marked as 0.10x based on the installed packages.
Apparently,the problem occurs only when playing an mp3 from an ext3 partition.mp3 files from an ntfs partition ran fine.
Could you run totem from the command line like this: $ GST_DEBUG=*:5 totem /path/to/music.mp3 2>dbg.log and then reproduce the error, and then quit totem. Then bzip2 dbg.log and attach the dbg.log.bz2 file to this bug report please.
Created attachment 118665 [details] Debugging information Information as required.
The bug's apparently disappeared.I'm attaching two logs,one for an mp3 from a ext3 partition(dbg.log.bz2) and one from an ntfs partition(dbg1.log.bz2).Both ran without any errors.This is making me look like a fool,I guess. The bug bz2s are too large.Please download them from http://tinyurl.com/63nllj and http://tinyurl.com/5vkt35
Any information required or a confirmation case for this bug?
> The bug's apparently disappeared.I'm attaching two logs,one for an mp3 from a > ext3 partition(dbg.log.bz2) and one from an ntfs partition(dbg1.log.bz2).Both > ran without any errors. This is making me look like a fool, I guess. We'd really need a log from when the error actually occurs. You could try with *:4 to see if it makes a difference. Turning debug logging on often produces different results. You might have to try a few (10? 20?) times to catch the error with debugging enabled. Overall however, this *looks* like a bug in totem or with your totem installation - I'm merely trying to confirm this.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!