aggregator: Also change the default latency to 0, not just the minimum
authorSebastian Dröge <sebastian@centricular.com>
Tue, 23 Dec 2014 09:24:27 +0000 (10:24 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:26 +0000 (15:10 +0000)
libs/gst/base/gstaggregator.c

index 7f75496..7fbe821 100644 (file)
@@ -254,7 +254,7 @@ typedef struct
   gboolean one_actually_seeked;
 } EventData;
 
-#define DEFAULT_LATENCY        -1
+#define DEFAULT_LATENCY        0
 
 enum
 {