mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
aggregator: Also change the default latency to 0, not just the minimum
This commit is contained in:
parent
c04bb6983e
commit
e7867a3586
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ typedef struct
|
|||
gboolean one_actually_seeked;
|
||||
} EventData;
|
||||
|
||||
#define DEFAULT_LATENCY -1
|
||||
#define DEFAULT_LATENCY 0
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue