mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
rtpbin: clarify the ntp-sync option
This commit is contained in:
parent
f17db5c4ed
commit
26a21e85e2
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue