Home
last modified time | relevance | path

Searched refs:gst_ntp_clock_new (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.h97 GstClock* gst_ntp_clock_new (const gchar *name, const gchar *remote_address,
Dgstnetclientclock.c1491 gst_ntp_clock_new (const gchar * name, const gchar * remote_address, in gst_ntp_clock_new() function
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3634 clock_drift->ntp_clock = gst_ntp_clock_new ("dashntp", ip_addr, 123, 0); in gst_dash_demux_poll_ntp_server()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c1505 clock = gst_ntp_clock_new (NULL, hostname, port, 0); in gst_jitter_buffer_sink_parse_caps()
/third_party/gstreamer/gstreamer/
DChangeLog19275 gst_net_client_clock_new() and gst_ntp_clock_new() didn't set the
29610 netclientclock: Add Since marker to the docs for gst_ntp_clock_new()
/third_party/gstreamer/gstplugins_bad/
DChangeLog85959 dashdemux: fix undefined reference to gst_ntp_clock_new