audiorate: default to tolerance = 40ms instead of 0

People expect audiorate to fix things up and not make things worse
by default, so let's default to a similar tolerance as audiosinks
do. Should help with transcoding and the like, though one might
possible still want higher values then.
This commit is contained in:
Tim-Philipp Müller 2012-09-09 15:58:36 +01:00
parent 9f1856a7a5
commit 6d0a4ac8d5

View file

@ -77,7 +77,7 @@ enum
}; };
#define DEFAULT_SILENT TRUE #define DEFAULT_SILENT TRUE
#define DEFAULT_TOLERANCE 0 #define DEFAULT_TOLERANCE (40 * GST_MSECOND)
#define DEFAULT_SKIP_TO_FIRST FALSE #define DEFAULT_SKIP_TO_FIRST FALSE
enum enum