GNOME Bugzilla – Bug 567279
Totem does not allow setting color balance settings to min or max
Last modified: 2009-01-13 11:38:09 UTC
When setting color balance settings (brightness, contrast, etc), Totem does not allow setting them to the Min/Max values. This affects both gst and xine frontends and can be confirmed e.g. with xvinfo. In addition this causes the issue that when starting up totem, and one of the attributes is already set to min/max and there are no saved values, the attribute is reset to the middle value (which totem currently assumes to be the default, and is wrong for at least XV_HUE with NVIDIA cards, see bug #306621). The issue is a simple error in range check (< vs <=), patch attached.
Created attachment 126177 [details] [review] Allow setting video properties to max and min values
2009-01-13 Bastien Nocera <hadess@hadess.net> * src/backend/bacon-video-widget-gst-0.10.c (bacon_video_widget_set_video_property): * src/backend/bacon-video-widget-xine.c (bacon_video_widget_set_video_property): Patch from Anssi Hannula <anssi@mandriva.org> to avoid reseting the colour balance sliders when they're at the maximum or minimum (Closes: #567279)