GNOME Bugzilla – Bug 402847
Totem gstreamer backend doesn't check if screen != NULL and crash
Last modified: 2007-01-31 16:02:55 UTC
How to reproduce: in totem enable 'visual effect for audio' in a terminal: totem-video-indexer foo.wav (totem-video-indexer:9944): Gdk-CRITICAL **: gdk_screen_get_width: assertion `GDK_IS_SCREEN (screen)' failed (totem-video-indexer:9944): Gdk-CRITICAL **: gdk_screen_get_height: assertion `GDK_IS_SCREEN (screen)' failed bug in: totem/src/backend/bacon-video-widget-gst-0.10.c get_visualization_size() cf: https://bugs.launchpad.net/ubuntu/+source/totem/+bug/80801
Created attachment 81597 [details] [review] totem-trunk-check-screen.patch Does this work?
yes it does.
Thanks. 2007-01-31 Bastien Nocera <hadess@hadess.net> * src/backend/bacon-video-widget-gst-0.10.c: (get_visualization_size): avoid getting criticals when we're not in video playback mode, and we check for the vis. qualities, spotted by <did447@gmail.com> (Closes: #402847)