diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 4d36c26dbe..f1a5f9e4f2 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -135,6 +135,7 @@ gst_bus_sync_signal_handler gst_bus_create_watch gst_bus_add_watch_full gst_bus_add_watch +gst_bus_remove_watch gst_bus_disable_sync_message_emission gst_bus_enable_sync_message_emission gst_bus_async_signal_func @@ -1234,6 +1235,7 @@ gst_ghost_pad_get_type GstInfo GstDebugLevel GST_LEVEL_DEFAULT +GST_LEVEL_MAX GstDebugColorFlags GstDebugColorMode GstDebugCategory @@ -3028,6 +3030,7 @@ GstURIType GstURIError gst_uri_error_quark GST_URI_TYPE_IS_VALID +GST_URI_NO_PORT gst_uri_protocol_is_valid gst_uri_protocol_is_supported gst_uri_is_valid diff --git a/docs/libs/gstreamer-libs-sections.txt b/docs/libs/gstreamer-libs-sections.txt index c4d1cf776a..a3a482902b 100644 --- a/docs/libs/gstreamer-libs-sections.txt +++ b/docs/libs/gstreamer-libs-sections.txt @@ -507,6 +507,7 @@ gst_byte_reader_dup_data gst_byte_reader_peek_data gst_byte_reader_masked_scan_uint32 +gst_byte_reader_masked_scan_uint32_peek gst_byte_reader_get_string gst_byte_reader_get_string_utf8 diff --git a/docs/plugins/gstreamer-plugins-sections.txt b/docs/plugins/gstreamer-plugins-sections.txt index 7da2f224dd..313da0f0ad 100644 --- a/docs/plugins/gstreamer-plugins-sections.txt +++ b/docs/plugins/gstreamer-plugins-sections.txt @@ -41,6 +41,7 @@ GstFdSink GstFdSinkClass GST_FD_SINK +GST_FD_SINK_CAST GST_IS_FD_SINK GST_TYPE_FD_SINK GST_FD_SINK_CLASS @@ -87,6 +88,7 @@ GstFileSink GstFileSinkClass GST_FILE_SINK +GST_FILE_SINK_CAST GST_IS_FILE_SINK GST_TYPE_FILE_SINK GST_FILE_SINK_CLASS @@ -132,6 +134,7 @@ GstConcat GstConcatClass GST_CONCAT +GST_CONCAT_CAST GST_IS_CONCAT GST_TYPE_CONCAT GST_CONCAT_CLASS