mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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 \
|
gstlfocontrolsourceprivate.h \
|
||||||
gstgetbits_inl.h \
|
gstgetbits_inl.h \
|
||||||
gstindex.h \
|
gstindex.h \
|
||||||
dp-private.h
|
dp-private.h \
|
||||||
|
gstntppacket.h
|
||||||
|
|
||||||
# Images to copy into HTML directory.
|
# Images to copy into HTML directory.
|
||||||
HTML_IMAGES = gdp-header.png
|
HTML_IMAGES = gdp-header.png
|
||||||
|
|
|
@ -987,6 +987,11 @@ gst_ptp_clock_new
|
||||||
GstPtpStatisticsCallback
|
GstPtpStatisticsCallback
|
||||||
gst_ptp_statistics_callback_add
|
gst_ptp_statistics_callback_add
|
||||||
gst_ptp_statistics_callback_remove
|
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>
|
<SUBSECTION Standard>
|
||||||
GstPtpClockClass
|
GstPtpClockClass
|
||||||
GstPtpClockPrivate
|
GstPtpClockPrivate
|
||||||
|
|
Loading…
Reference in a new issue