Re: [GnomeMeeting-devel-list] [PATCH][Bug 171361] video slider settings reset after each call is back



thomas schorpp wrote:
> old hack is broken, since spca5xx driver inits with defaults since last year fall.
> 
> pls commit and users report if it breaks other drivers, especially auto-exposure enabled!
> 
> manual re-adjustment on each call is unergonomical and gets on my nerves ;) 
> no autoexpo yet with aiptek dv 3500.
> 
> y
> tom
> 
> 

you can drop patch 1a or replace by this one if you want to work around 
spca5xx crashes with broken 2.6.15.5 usb which leads to kernel stalls.

Index: src/gui/main.cpp
===================================================================
RCS file: /cvs/gnome/ekiga/src/gui/main.cpp,v
retrieving revision 1.35
diff -U3 -r1.35 main.cpp
--- src/gui/main.cpp	1 Mar 2006 03:23:30 -0000	1.35
+++ src/gui/main.cpp	6 Mar 2006 04:16:15 -0000
@@ -1315,7 +1315,7 @@
   GtkWidget *hscale_contrast = NULL;
   GtkWidget *hscale_whiteness = NULL;
 
-  int brightness = 0, colour = 0, contrast = 0, whiteness = 0;
+  int brightness = 140, colour = 20, contrast = 20, whiteness = 0;
 
   g_return_if_fail (main_window != NULL);
   mw = gm_mw_get_mw (main_window);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]