mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
docs: Hide NTP packet API and add GST_PTP_STATISTICS_* defines to the docs
This commit is contained in:
parent
2159aa56bc
commit
2d38699144
2 changed files with 7 additions and 1 deletions
|
@ -46,7 +46,8 @@ IGNORE_HFILES = \
|
|||
gstlfocontrolsourceprivate.h \
|
||||
gstgetbits_inl.h \
|
||||
gstindex.h \
|
||||
dp-private.h
|
||||
dp-private.h \
|
||||
gstntppacket.h
|
||||
|
||||
# Images to copy into HTML directory.
|
||||
HTML_IMAGES = gdp-header.png
|
||||
|
|
|
@ -987,6 +987,11 @@ gst_ptp_clock_new
|
|||
GstPtpStatisticsCallback
|
||||
gst_ptp_statistics_callback_add
|
||||
gst_ptp_statistics_callback_remove
|
||||
|
||||
GST_PTP_STATISTICS_BEST_MASTER_CLOCK_SELECTED
|
||||
GST_PTP_STATISTICS_NEW_DOMAIN_FOUND
|
||||
GST_PTP_STATISTICS_PATH_DELAY_MEASURED
|
||||
GST_PTP_STATISTICS_TIME_UPDATED
|
||||
<SUBSECTION Standard>
|
||||
GstPtpClockClass
|
||||
GstPtpClockPrivate
|
||||
|
|
Loading…
Reference in a new issue