mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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;
|
||||
|
||||
#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)
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue