From 26a21e85e2b51ddf46b47e94e86a5d5b4ce310e9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 17 Oct 2012 13:35:07 +0200 Subject: [PATCH] rtpbin: clarify the ntp-sync option --- gst/rtpmanager/gstrtpbin.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index d27946d..4d8e54e 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -1805,9 +1805,11 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass) /** * GstRtpBin::ntp-sync: * - * Synchronize received streams to the NTP clock. When the NTP clock is shared - * between the receivers and the senders (such as when using ntpd) this option - * can be used to synchronize receivers on multiple machines. + * Set the NTP time from the sender reports as the running-time on the + * buffers. When both the sender and receiver have sychronized + * running-time, i.e. when the clock and base-time is shared + * between the receivers and the and the senders, this option can be + * used to synchronize receivers on multiple machines. * * Since: 0.10.21 */ -- 2.7.4