GNOME Bugzilla – Bug 348184
Unfuck ->video_width (and co.)
Last modified: 2006-08-03 14:31:27 UTC
This used to be registered properly when we used xine-lib to display the logo, but not anymore since we display the logo ourselves.
Easy way to test: 1. Launch Totem 2. Press "1" 3. In bacon_video_widget_set_scale_ratio(), bvw->priv->video_width contains pure garbage. Note that we shouldn't even allow that to be launched in logo mode.
Committed to HEAD 2006-08-03 Bastien Nocera <hadess@hadess.net> * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_set_logo_mode), (bacon_video_widget_set_scale_ratio): Make sure we can't call _set_scale_ratio when the logo mode is on, but still make sure ->video_width and ->video_height are set (Closes: #348184) I also backported all those other logo related fixes to gnome-2-14