[vlc-devel] [PATCH v4 2/9] core: add a detailed description for the clock-master option

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


---
 src/libvlc-module.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 94b6a644e5f..e073ee27eca 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -542,8 +542,9 @@ static const char *const ppsz_clock_master_values[] = {
     "audio", "monotonic",
 };
 static const char *const ppsz_clock_master_descriptions[] = {
-    N_("Audio"),
-    N_("Monotonic")
+    N_("If an audio track is playing, the audio output will drive the clock"
+        "(Fallback to Monotonic if there is no audio tracks)."),
+    N_("All tracks are driven by the monotonic clock of the system.")
 };
 
 static const int pi_clock_values[] = { -1, 0, 1 };
-- 
2.30.0



More information about the vlc-devel mailing list