mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
baseaudiosrc: change default slave method
Set the default slave method to the much better skew slaving algortihm.
This commit is contained in:
parent
caf3d8d480
commit
090808a295
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ enum
|
|||
#define DEFAULT_ACTUAL_BUFFER_TIME -1
|
||||
#define DEFAULT_ACTUAL_LATENCY_TIME -1
|
||||
#define DEFAULT_PROVIDE_CLOCK TRUE
|
||||
#define DEFAULT_SLAVE_METHOD GST_BASE_AUDIO_SRC_SLAVE_RETIMESTAMP
|
||||
#define DEFAULT_SLAVE_METHOD GST_BASE_AUDIO_SRC_SLAVE_SKEW
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue