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 416610 - Window can resize to larger than screen
Window can resize to larger than screen
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
2.17.x
Other All
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
: 439394 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-03-09 23:01 UTC by Bruce Cowan
Modified: 2008-11-13 16:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Bruce Cowan 2007-03-09 23:01:51 UTC
Please describe the problem:
If I open a video that is larger than the screen can cope with (area between the two panels), Totem resizes itself to the size of the video, causing the window to be larger than the desktop can handle.

Steps to reproduce:
1. Enable "Automatic resize"
2. Make sure window is not maximised
3. Open video which is larger than display can handle


Actual results:
Totem's window resizes to be larger than the desktop.

Expected results:
It should maximise itself, or resize to fill the space of the desktop.

Does this happen every time?
Yes

Other information:
Comment 1 Philip Withnall 2007-05-18 16:22:11 UTC
*** Bug 439394 has been marked as a duplicate of this bug. ***
Comment 2 Bastien Nocera 2008-03-20 15:51:50 UTC
The GStreamer backend doesn't check for the size (the xine-lib backend just uses bacon_video_widget_set_scale_ratio(), GStreamer doesn't).
Comment 3 Philip Ganchev 2008-05-08 08:17:15 UTC
But perhaps the window itself should disallow making it larger than the screen, since the hidden controls could confuse the user.  

On the other hand, this is a handy hack to zoom into a part of a movie.
Comment 4 Bastien Nocera 2008-11-13 13:23:47 UTC
*** Bug 560151 has been marked as a duplicate of this bug. ***
Comment 5 Bastien Nocera 2008-11-13 16:45:24 UTC
2008-11-13  Bastien Nocera  <hadess@hadess.net>

        * src/backend/bacon-video-widget-gst-0.10.c
        (bvw_handle_application_message): Fix window
        resizing to bigger than the screen when playing large video
        files and "Resize window when new video is loaded" is selected
        (Closes: #416610)