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 551238 - Totem crashes with a dialog box to file a bug about Gstreamer
Totem crashes with a dialog box to file a bug about Gstreamer
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
0.10.x
Other Linux
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-07 15:23 UTC by Easwar Hariharan
Modified: 2009-05-30 13:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Debugging information (637.76 KB, application/x-bzip)
2008-09-13 14:18 UTC, Easwar Hariharan
Details

Description Easwar Hariharan 2008-09-07 15:23:51 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.
Comment 1 Easwar Hariharan 2008-09-11 14:45:10 UTC
Apparently,the problem occurs only when playing an mp3 from an ext3 partition.mp3 files from an ntfs partition ran fine.
Comment 2 Tim-Philipp Müller 2008-09-13 10:28:10 UTC
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.
Comment 3 Easwar Hariharan 2008-09-13 14:18:15 UTC
Created attachment 118665 [details]
Debugging information

Information as required.
Comment 4 Easwar Hariharan 2008-10-28 14:20:12 UTC
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
Comment 5 Easwar Hariharan 2009-03-28 09:41:39 UTC
Any information required or a confirmation case for this bug?
Comment 6 Tim-Philipp Müller 2009-03-30 09:50:25 UTC
> 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.
Comment 7 Tim-Philipp Müller 2009-05-30 13:32:59 UTC
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!