mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
docs: Add missing interfaces to documentation
https://bugzilla.gnome.org/show_bug.cgi?id=742057
This commit is contained in:
parent
b627201e7e
commit
13f9fda2c3
3 changed files with 7 additions and 0 deletions
|
@ -135,6 +135,7 @@ gst_bus_sync_signal_handler
|
||||||
gst_bus_create_watch
|
gst_bus_create_watch
|
||||||
gst_bus_add_watch_full
|
gst_bus_add_watch_full
|
||||||
gst_bus_add_watch
|
gst_bus_add_watch
|
||||||
|
gst_bus_remove_watch
|
||||||
gst_bus_disable_sync_message_emission
|
gst_bus_disable_sync_message_emission
|
||||||
gst_bus_enable_sync_message_emission
|
gst_bus_enable_sync_message_emission
|
||||||
gst_bus_async_signal_func
|
gst_bus_async_signal_func
|
||||||
|
@ -1234,6 +1235,7 @@ gst_ghost_pad_get_type
|
||||||
<TITLE>GstInfo</TITLE>
|
<TITLE>GstInfo</TITLE>
|
||||||
GstDebugLevel
|
GstDebugLevel
|
||||||
GST_LEVEL_DEFAULT
|
GST_LEVEL_DEFAULT
|
||||||
|
GST_LEVEL_MAX
|
||||||
GstDebugColorFlags
|
GstDebugColorFlags
|
||||||
GstDebugColorMode
|
GstDebugColorMode
|
||||||
GstDebugCategory
|
GstDebugCategory
|
||||||
|
@ -3028,6 +3030,7 @@ GstURIType
|
||||||
GstURIError
|
GstURIError
|
||||||
gst_uri_error_quark
|
gst_uri_error_quark
|
||||||
GST_URI_TYPE_IS_VALID
|
GST_URI_TYPE_IS_VALID
|
||||||
|
GST_URI_NO_PORT
|
||||||
gst_uri_protocol_is_valid
|
gst_uri_protocol_is_valid
|
||||||
gst_uri_protocol_is_supported
|
gst_uri_protocol_is_supported
|
||||||
gst_uri_is_valid
|
gst_uri_is_valid
|
||||||
|
|
|
@ -507,6 +507,7 @@ gst_byte_reader_dup_data
|
||||||
gst_byte_reader_peek_data
|
gst_byte_reader_peek_data
|
||||||
|
|
||||||
gst_byte_reader_masked_scan_uint32
|
gst_byte_reader_masked_scan_uint32
|
||||||
|
gst_byte_reader_masked_scan_uint32_peek
|
||||||
|
|
||||||
gst_byte_reader_get_string
|
gst_byte_reader_get_string
|
||||||
gst_byte_reader_get_string_utf8
|
gst_byte_reader_get_string_utf8
|
||||||
|
|
|
@ -41,6 +41,7 @@ GstFdSink
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GstFdSinkClass
|
GstFdSinkClass
|
||||||
GST_FD_SINK
|
GST_FD_SINK
|
||||||
|
GST_FD_SINK_CAST
|
||||||
GST_IS_FD_SINK
|
GST_IS_FD_SINK
|
||||||
GST_TYPE_FD_SINK
|
GST_TYPE_FD_SINK
|
||||||
GST_FD_SINK_CLASS
|
GST_FD_SINK_CLASS
|
||||||
|
@ -87,6 +88,7 @@ GstFileSink
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GstFileSinkClass
|
GstFileSinkClass
|
||||||
GST_FILE_SINK
|
GST_FILE_SINK
|
||||||
|
GST_FILE_SINK_CAST
|
||||||
GST_IS_FILE_SINK
|
GST_IS_FILE_SINK
|
||||||
GST_TYPE_FILE_SINK
|
GST_TYPE_FILE_SINK
|
||||||
GST_FILE_SINK_CLASS
|
GST_FILE_SINK_CLASS
|
||||||
|
@ -132,6 +134,7 @@ GstConcat
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GstConcatClass
|
GstConcatClass
|
||||||
GST_CONCAT
|
GST_CONCAT
|
||||||
|
GST_CONCAT_CAST
|
||||||
GST_IS_CONCAT
|
GST_IS_CONCAT
|
||||||
GST_TYPE_CONCAT
|
GST_TYPE_CONCAT
|
||||||
GST_CONCAT_CLASS
|
GST_CONCAT_CLASS
|
||||||
|
|
Loading…
Reference in a new issue