Author: abrander
Date: 2009-06-23 20:57:17 +0200 (Tue, 23 Jun 2009)
New Revision: 2504

Modified:
   trunk/plugins/cache/cache.c
Log:
Changed default latency in RSCache to 0ms.

Modified: trunk/plugins/cache/cache.c
===================================================================
--- trunk/plugins/cache/cache.c 2009-06-23 16:50:10 UTC (rev 2503)
+++ trunk/plugins/cache/cache.c 2009-06-23 18:57:17 UTC (rev 2504)
@@ -76,7 +76,7 @@
        g_object_class_install_property(object_class,
                PROP_LATENCY, g_param_spec_int(
                        "latency", "latency", "Signal propagation latency in 
milliseconds, this can be used to reduce signals from \"noisy\" filters.",
-                       0, 10000, 1,
+                       0, 10000, 0,
                        G_PARAM_READWRITE)
        );
 
@@ -93,7 +93,7 @@
        cache->image8 = NULL;
        cache->ignore_changed = FALSE;
        cache->last_roi = NULL;
-       cache->latency = 1;
+       cache->latency = 0;
 }
 
 static void


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to