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 586369 - GStreamer does not reproduce audio
GStreamer does not reproduce audio
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.23
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-19 11:41 UTC by Claudio
Modified: 2010-02-18 02:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Claudio 2009-06-19 11:41:51 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
Comment 1 Jan Schmidt 2009-07-14 15:10:52 UTC
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.
Comment 2 Tim-Philipp Müller 2010-02-18 02:00:38 UTC
> 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.