input-selector: default to sync-streams=true
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 21 Feb 2012 21:06:17 +0000 (21:06 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 21 Feb 2012 21:07:49 +0000 (21:07 +0000)
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

index 777b0a9..319c4ec 100644 (file)
@@ -84,7 +84,7 @@ enum
   PROP_SYNC_STREAMS
 };
 
-#define DEFAULT_SYNC_STREAMS FALSE
+#define DEFAULT_SYNC_STREAMS TRUE
 
 #define DEFAULT_PAD_ALWAYS_OK TRUE