From 654b0744774b198396101b148da4208ff30f79d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 21 Feb 2012 21:06:17 +0000 Subject: [PATCH] input-selector: default to sync-streams=true I think this is the expected behaviour, and we couldn't do this in 0.10 for backwards-compatibility reasons, so change it now. --- plugins/elements/gstinputselector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstinputselector.c b/plugins/elements/gstinputselector.c index 777b0a9c7e..319c4ec90c 100644 --- a/plugins/elements/gstinputselector.c +++ b/plugins/elements/gstinputselector.c @@ -84,7 +84,7 @@ enum PROP_SYNC_STREAMS }; -#define DEFAULT_SYNC_STREAMS FALSE +#define DEFAULT_SYNC_STREAMS TRUE #define DEFAULT_PAD_ALWAYS_OK TRUE