[vlc-devel] [PATCH v4 9/9] core: use "auto" as the default clock-master source

Thomas Guillem thomas at gllm.fr
Thu Apr 1 14:00:32 UTC 2021


---
 src/libvlc-module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 2f7da3661c6..ccd06eb984b 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1982,7 +1982,7 @@ vlc_module_begin ()
     add_integer( "clock-jitter", 5000, CLOCK_JITTER_TEXT,
               CLOCK_JITTER_LONGTEXT, true )
         change_safe()
-    add_string( "clock-master", "audio",
+    add_string( "clock-master", "auto",
                  CLOCK_MASTER_TEXT, NULL, true )
         change_string_list( ppsz_clock_master_values, ppsz_clock_master_descriptions )
 
-- 
2.30.0



More information about the vlc-devel mailing list