aggregator: Also change the default latency to 0, not just the minimum

This commit is contained in:
Sebastian Dröge 2014-12-23 10:24:27 +01:00
parent c04bb6983e
commit e7867a3586

View file

@ -254,7 +254,7 @@ typedef struct
gboolean one_actually_seeked; gboolean one_actually_seeked;
} EventData; } EventData;
#define DEFAULT_LATENCY -1 #define DEFAULT_LATENCY 0
enum enum
{ {