GNOME Bugzilla – Bug 586369
GStreamer does not reproduce audio
Last modified: 2010-02-18 02:00:38 UTC
Whenever I try to open an MP3 file, Totem-GStreamer shows me a window that tells me to file a bug here :/ Ubuntu Karmic 9.10, kernel 2.6.30-9-generic ====================== claudio@Mycroft:~$ totem --debug (totem:5335): Gtk-WARNING **: Radio group does not contain an action with value '-2' (totem:5335): GStreamer-WARNING **: Element vbin already has parent (totem:5335): GStreamer-WARNING **: Trying to connect elements that don't share a common ancestor: aresample and vbin ** (totem:5335): CRITICAL **: get_visualization_size: assertion `fps_n != NULL' failed (totem:5335): GStreamer-WARNING **: Element vbin already has parent (totem:5335): GStreamer-WARNING **: Trying to connect elements that don't share a common ancestor: aresample and vbin ** (totem:5335): CRITICAL **: get_visualization_size: assertion `fps_n != NULL' failed ** Message: Error: Internal GStreamer error: pad problem. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer. gstplaysink.c(1702): gen_vis_chain (): /GstPlayBin2:play/GstPlaySink:playsink0: Failed to configure the visualisation element. Fatal Python error: PyEval_SaveThread: NULL tstate Aborted
The visualisation warnings should be fixed by this commit I just pushed to totem: http://git.gnome.org/cgit/totem/commit/?id=b64fae7552e3eea913d5f9ab1beb0cba79416e28 That may resolve your problems playing music, I'm not sure. If not, it's probably a configuration problem.
> Fatal Python error: PyEval_SaveThread: NULL tstate This was a bug in the totem python plugin loader and should have been fixed a long time ago.