mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
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.
This commit is contained in:
parent
4fcef8ce42
commit
654b074477
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ enum
|
|||
PROP_SYNC_STREAMS
|
||||
};
|
||||
|
||||
#define DEFAULT_SYNC_STREAMS FALSE
|
||||
#define DEFAULT_SYNC_STREAMS TRUE
|
||||
|
||||
#define DEFAULT_PAD_ALWAYS_OK TRUE
|
||||
|
||||
|
|
Loading…
Reference in a new issue