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 566235 - Add 16:10 Aspect Ratio
Add 16:10 Aspect Ratio
Status: RESOLVED WONTFIX
Product: totem
Classification: Core
Component: Movie player
2.24.x
Other All
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-01-01 21:08 UTC by Martin Schürrer
Modified: 2009-05-10 07:31 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch to support 16:10 aspect ratio with GStreamer backend (3.92 KB, patch)
2009-01-02 00:52 UTC, Martin Schürrer
rejected Details | Review

Description Martin Schürrer 2009-01-01 21:08:48 UTC
Totem supports changing the aspect ratio to 16:9, but my screen has a 16:10 resolution. Please add 16:10 to the list.

See also https://bugs.launchpad.net/ubuntu/+source/totem/+bug/217565
Comment 1 Martin Schürrer 2009-01-02 00:52:31 UTC
Created attachment 125611 [details] [review]
Patch to support 16:10 aspect ratio with GStreamer backend

Adds 16:10 to the list of custom aspect ratios. Works as expected with GStreamer backend, not tested with xine backend.
Comment 2 Philip Withnall 2009-01-02 09:31:15 UTC
That definitely won't work on xine, as xine only supports the five ratios we had previously. I'd suggest the way to do it is to modify bvw so that a list of supported aspect ratios can be returned by the backend, and then use that to build the menu, but that's getting quite complex.
Comment 3 Bastien Nocera 2009-01-04 00:23:10 UTC
16:10 is the ratio of your screen, not the movie you're trying to play. The menu item forces the aspect ratio of the movie to be the one selected, it has nothing to do with your screen.

Find me a movie with a 16:10 aspect ratio in the wild, and we can think about adding this menu item. If you have display problems, with the aspect ratio being wrong, check your X logs, the size of the monitor is probably badly detected.
Comment 4 Martin Schürrer 2009-01-04 01:54:27 UTC
I just checked with gnome-display-properties, my screen is being detected correctly and indeed has a 16:10 aspect ratio. I'd like to force a 16:9 movie to be displayed as 16:10, since I really don't need letterboxes on a 12" screen.

As Ubuntu brainstorm confirms (http://brainstorm.ubuntu.com/idea/11696/) there is a significant user demand for this feature.

Now as far as I understand, since the default aspect ratio is Auto, setting a custom aspect ratio is only necessary when wanting to coerce a movie to a different ratio (to avoid letterboxing I guess) so I don't see why 16:10 or even user defined aspect ratios shouldn't be supported.
Comment 5 Bastien Nocera 2009-01-04 11:45:47 UTC
That's not how it works. If you want to avoid letterboxing, using the zoom feature (available in the xine-lib version in 2.24, and both GStreamer and xine-lib in 2.25). Changing the aspect ratio to 16:10 if you have a 16:9 movie will just make people fatter on the screen.
Comment 6 Philip Withnall 2009-05-10 07:31:17 UTC
Closing as WONTFIX as per comment #5.