pooling and properties checks; dv decoder stack; factory cleanup registering
[melted] / src / modules / sdl / consumer_sdl.c
index 1d1e959..7d867df 100644 (file)
@@ -103,7 +103,7 @@ mlt_consumer consumer_sdl_init( char *arg )
                mlt_properties_set( this->properties, "rescale", "nearest" );
 
                // Default buffer for low latency
-               mlt_properties_set_int( this->properties, "buffer", 2 );
+               mlt_properties_set_int( this->properties, "buffer", 1 );
 
                // Default progressive true
                mlt_properties_set_int( this->properties, "progressive", 0 );