mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
aggregator: Default to "zero" start time selection mode as documented
This commit is contained in:
parent
1b3f1b1a4e
commit
5db97caef7
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