GNOME Bugzilla – Bug 703095
Fixes height < 0 issues.
Last modified: 2013-07-03 14:47:25 UTC
Created attachment 247791 [details] [review] Fixes height lower than 0 issues. Show/realizes the totem window after the video widget (and removes the realize of the bvw widget). This is against git.
Review of attachment 247791 [details] [review]: That's really not what we want to do. I don't see the 0 size problem (we have a minimum size for the widgets), and we realize the video widget after the main window has shown on purpose, as it can take time for the video widget to be fully ready (gstreamer init). What problem are you trying to solve?
Created attachment 248318 [details] [review] main: Fixes height < 0 warnings Show/realizes the main window after the video widget (and removes the realize of the bvw widget). Totem used to show the main window, minus the video widget, and then show the video widget so that any initialisation by the video widget (like registering plugins) would be done with the window visible. That's not the case anymore, so we might as well work around those problems by realizing the video widget in a big enough placeholder.
Pushed with an updated commit message. Attachment 248318 [details] pushed as 7341be8 - main: Fixes height < 0 warnings