GNOME Bugzilla – Bug 351798
Zoom 1:2, 1:1 doesn't do anything
Last modified: 2006-11-27 09:56:27 UTC
1. Load up a video file 2. Try typing "0", "1" or "2" And even though the film at those sizes fits on the screen, the window isn't resized at all.
This used to work a few days ago, but is indeed broken now. I suspect code changes outside of the GStreamer backend code to be the culprit though.
You're probably right, let me test this with the xine-lib backend as well, I think I broke it with the sidebar size changes.
*** Bug 352804 has been marked as a duplicate of this bug. ***
*** Bug 354636 has been marked as a duplicate of this bug. ***
I fixed the problem locally on my Totem setup by modifying its totem.glade (/opt/gnome/share/totem/totem.glade). I commented out the <property> tags for properties width_request and height_request for the widget with id="tmw_bvw_vbox".
Created attachment 72540 [details] [review] Deletes width_request and height request for tmw_bvw_vbox in totem.glade I didn't know if I my previous post had made it clear how I fixed the problem on my system and I thought that it'd be easier to have a patch file. So I've created one that deletes the property values for width_request and height_request on the widget tmw_bvw_vbox.
Tim, I can't reproduce this with the xine-lib backend.
*** Bug 357489 has been marked as a duplicate of this bug. ***
The attached patch fixes this issue for me. It seems to only occur with the gstreamer backend.
Sorry for the noise -- forgot to say this has been mentioned downstream. https://launchpad.net/products/totem/+bug/65797
> The attached patch fixes this issue for me. It seems to only occur with the > gstreamer backend. It fixes the issue for me as well, I just don't really understand why without that patch things work for the xine backend but not the GStreamer backend ...
*** Bug 369843 has been marked as a duplicate of this bug. ***
2006-11-03 Bastien Nocera <hadess@hadess.net> * data/totem.glade: Patch from Lubomir Marinov to make the "Zoom 1:2", etc. menu items work again by not setting the width and height request on the video widget (Closes: #351798) Problem is that instead of having the "default" size now for the first-time run of Totem, we have the minimum size. Works for me anyway.
*** Bug 372938 has been marked as a duplicate of this bug. ***
That change seems to break the window resizing when masking the sidebar (open totem, open the sidebar, close the sidebar, the window is much smaller then). Should I open a new bug about that?
(In reply to comment #15) > That change seems to break the window resizing when masking the sidebar (open > totem, open the sidebar, close the sidebar, the window is much smaller then). > Should I open a new bug about that? I guess so, and mention the version of Totem used. I can't reproduce this particular bug (although the first open of the sidebar has some interesting consequences).