mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
aggregator: Default to "zero" start time selection mode as documented
This commit is contained in:
parent
50b7d1d577
commit
69fa4f9a5b
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ typedef struct
|
||||||
} EventData;
|
} EventData;
|
||||||
|
|
||||||
#define DEFAULT_LATENCY 0
|
#define DEFAULT_LATENCY 0
|
||||||
#define DEFAULT_START_TIME_SELECTION GST_AGGREGATOR_START_TIME_SELECTION_FIRST
|
#define DEFAULT_START_TIME_SELECTION GST_AGGREGATOR_START_TIME_SELECTION_ZERO
|
||||||
#define DEFAULT_START_TIME (-1)
|
#define DEFAULT_START_TIME (-1)
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|
Loading…
Reference in a new issue