mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
docs: add missing apis
https://bugzilla.gnome.org/show_bug.cgi?id=750764
This commit is contained in:
parent
5c5850b6b1
commit
8c1eb6fb4f
1 changed files with 19 additions and 0 deletions
|
@ -178,7 +178,11 @@ gst_rtsp_media_get_buffer_size
|
|||
gst_rtsp_media_set_retransmission_time
|
||||
gst_rtsp_media_get_retransmission_time
|
||||
|
||||
gst_rtsp_media_set_latency
|
||||
gst_rtsp_media_get_latency
|
||||
|
||||
gst_rtsp_media_setup_sdp
|
||||
gst_rtsp_media_handle_sdp
|
||||
|
||||
<SUBSECTION MediaPrepare>
|
||||
gst_rtsp_media_prepare
|
||||
|
@ -267,6 +271,12 @@ gst_rtsp_media_factory_set_suspend_mode
|
|||
gst_rtsp_media_factory_set_retransmission_time
|
||||
gst_rtsp_media_factory_get_retransmission_time
|
||||
|
||||
gst_rtsp_media_factory_set_latency
|
||||
gst_rtsp_media_factory_get_latency
|
||||
|
||||
gst_rtsp_media_factory_set_media_gtype
|
||||
gst_rtsp_media_factory_get_media_gtype
|
||||
|
||||
gst_rtsp_media_factory_construct
|
||||
gst_rtsp_media_factory_create_element
|
||||
|
||||
|
@ -554,6 +564,9 @@ gst_rtsp_stream_set_protocols
|
|||
gst_rtsp_stream_get_retransmission_time
|
||||
gst_rtsp_stream_set_retransmission_time
|
||||
|
||||
gst_rtsp_stream_set_seqnum_offset
|
||||
gst_rtsp_stream_get_current_seqnum
|
||||
|
||||
gst_rtsp_stream_is_transport_supported
|
||||
|
||||
gst_rtsp_stream_get_address_pool
|
||||
|
@ -583,8 +596,14 @@ gst_rtsp_stream_get_rtcp_socket
|
|||
gst_rtsp_stream_set_blocked
|
||||
gst_rtsp_stream_is_blocking
|
||||
|
||||
gst_rtsp_stream_query_stop
|
||||
gst_rtsp_stream_query_position
|
||||
|
||||
gst_rtsp_stream_update_crypto
|
||||
|
||||
gst_rtsp_stream_set_pt_map
|
||||
gst_rtsp_stream_request_aux_sender
|
||||
|
||||
GstRTSPStreamTransportFilterFunc
|
||||
gst_rtsp_stream_transport_filter
|
||||
|
||||
|
|
Loading…
Reference in a new issue