mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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:
parent
9f1856a7a5
commit
6d0a4ac8d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue