mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
rtspconnection: Add new API to the docs and .def file
This commit is contained in:
parent
b0aad9dd84
commit
4aafc3d39f
2 changed files with 6 additions and 0 deletions
|
@ -1483,6 +1483,10 @@ gst_rtsp_connection_set_proxy
|
||||||
gst_rtsp_connection_get_read_socket
|
gst_rtsp_connection_get_read_socket
|
||||||
gst_rtsp_connection_get_write_socket
|
gst_rtsp_connection_get_write_socket
|
||||||
|
|
||||||
|
gst_rtsp_connection_get_tls
|
||||||
|
gst_rtsp_connection_set_tls_validation_flags
|
||||||
|
gst_rtsp_connection_get_tls_validation_flags
|
||||||
|
|
||||||
GstRTSPWatch
|
GstRTSPWatch
|
||||||
GstRTSPWatchFuncs
|
GstRTSPWatchFuncs
|
||||||
gst_rtsp_watch_new
|
gst_rtsp_watch_new
|
||||||
|
|
|
@ -13,6 +13,7 @@ EXPORTS
|
||||||
gst_rtsp_connection_get_read_socket
|
gst_rtsp_connection_get_read_socket
|
||||||
gst_rtsp_connection_get_remember_session_id
|
gst_rtsp_connection_get_remember_session_id
|
||||||
gst_rtsp_connection_get_tls
|
gst_rtsp_connection_get_tls
|
||||||
|
gst_rtsp_connection_get_tls_validation_flags
|
||||||
gst_rtsp_connection_get_tunnelid
|
gst_rtsp_connection_get_tunnelid
|
||||||
gst_rtsp_connection_get_url
|
gst_rtsp_connection_get_url
|
||||||
gst_rtsp_connection_get_write_socket
|
gst_rtsp_connection_get_write_socket
|
||||||
|
@ -30,6 +31,7 @@ EXPORTS
|
||||||
gst_rtsp_connection_set_proxy
|
gst_rtsp_connection_set_proxy
|
||||||
gst_rtsp_connection_set_qos_dscp
|
gst_rtsp_connection_set_qos_dscp
|
||||||
gst_rtsp_connection_set_remember_session_id
|
gst_rtsp_connection_set_remember_session_id
|
||||||
|
gst_rtsp_connection_set_tls_validation_flags
|
||||||
gst_rtsp_connection_set_tunneled
|
gst_rtsp_connection_set_tunneled
|
||||||
gst_rtsp_connection_write
|
gst_rtsp_connection_write
|
||||||
gst_rtsp_event_get_type
|
gst_rtsp_event_get_type
|
||||||
|
|
Loading…
Reference in a new issue