mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
scenario: Do not be so tolerant about seek drift
This commit is contained in:
parent
0693805e9c
commit
93d9032712
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
#define GST_VALIDATE_SCENARIO_SUFFIX ".scenario"
|
||||
#define GST_VALIDATE_SCENARIO_DIRECTORY "validate-scenario"
|
||||
|
||||
#define DEFAULT_SEEK_TOLERANCE (0.1 * GST_SECOND) /* tolerance seek interval
|
||||
#define DEFAULT_SEEK_TOLERANCE (1 * GST_MSECOND) /* tolerance seek interval
|
||||
TODO make it overridable */
|
||||
enum
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue