From d7b22481ae0f5a8b66af16e7e70d6dbec62edc72 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 13 Jun 2015 14:37:42 -0400 Subject: [PATCH] Revert "doc: Add GstNtpPacket to the doc" This reverts commit c4eb876961aba1092c4831a8feaf48d7be1e38ae. Oops, this is not a public API --- docs/libs/gstreamer-libs-docs.sgml | 1 - docs/libs/gstreamer-libs-sections.txt | 18 +----------------- libs/gst/net/gstntppacket.c | 3 +-- 3 files changed, 2 insertions(+), 20 deletions(-) diff --git a/docs/libs/gstreamer-libs-docs.sgml b/docs/libs/gstreamer-libs-docs.sgml index 675c8a9..406d606 100644 --- a/docs/libs/gstreamer-libs-docs.sgml +++ b/docs/libs/gstreamer-libs-docs.sgml @@ -77,7 +77,6 @@ - diff --git a/docs/libs/gstreamer-libs-sections.txt b/docs/libs/gstreamer-libs-sections.txt index f31f2e3..5e8357d 100644 --- a/docs/libs/gstreamer-libs-sections.txt +++ b/docs/libs/gstreamer-libs-sections.txt @@ -954,22 +954,6 @@ gst_net_time_provider_get_type
-gstntppacket -GstNtpPacket -GstNtpPacket -gst_ntp_packet_new -gst_ntp_packet_copy -gst_ntp_packet_free -gst_ntp_packet_serialize -gst_ntp_packet_receive -gst_ntp_packet_send -GST_NTP_ERROR -GST_NTP_PACKET_SIZE - -gst_ntp_packet_get_type -
- -
gstptpclock GstPtpClock gst/net/net.h @@ -978,7 +962,7 @@ gst_ptp_deinit gst_ptp_is_initialized gst_ptp_is_supported -/GstPtpClock +GstPtpClock gst_ptp_clock_new gst_ptp_statistics_callback_add diff --git a/libs/gst/net/gstntppacket.c b/libs/gst/net/gstntppacket.c index e9d77b0..699f72b 100644 --- a/libs/gst/net/gstntppacket.c +++ b/libs/gst/net/gstntppacket.c @@ -23,7 +23,7 @@ * SECTION:gstntppacket * @short_description: Helper structure to construct clock packets used * by network clocks for NTPv4. - * @see_also: #GstClock, #GstNetClientClock, #GstNtpClock + * @see_also: #GstClock, #GstNetClientClock, #GstNtpProvider * * Various functions for receiving, sending an serializing #GstNtpPacket * structures. @@ -79,7 +79,6 @@ gst_clock_time_to_ntp_timestamp_fraction (GstClockTime gst) /** * gst_ntp_packet_new: * @buffer: (array): a buffer from which to construct the packet, or NULL - * @error: a #GError * * Creates a new #GstNtpPacket from a buffer received over the network. The * caller is responsible for ensuring that @buffer is at least -- 2.7.4