rtspconnection: Add new API to the docs and .def file
This commit is contained in:
parent
b0aad9dd84
commit
4aafc3d39f
@ -1483,6 +1483,10 @@ gst_rtsp_connection_set_proxy
|
||||
gst_rtsp_connection_get_read_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
|
||||
GstRTSPWatchFuncs
|
||||
gst_rtsp_watch_new
|
||||
|
@ -13,6 +13,7 @@ EXPORTS
|
||||
gst_rtsp_connection_get_read_socket
|
||||
gst_rtsp_connection_get_remember_session_id
|
||||
gst_rtsp_connection_get_tls
|
||||
gst_rtsp_connection_get_tls_validation_flags
|
||||
gst_rtsp_connection_get_tunnelid
|
||||
gst_rtsp_connection_get_url
|
||||
gst_rtsp_connection_get_write_socket
|
||||
@ -30,6 +31,7 @@ EXPORTS
|
||||
gst_rtsp_connection_set_proxy
|
||||
gst_rtsp_connection_set_qos_dscp
|
||||
gst_rtsp_connection_set_remember_session_id
|
||||
gst_rtsp_connection_set_tls_validation_flags
|
||||
gst_rtsp_connection_set_tunneled
|
||||
gst_rtsp_connection_write
|
||||
gst_rtsp_event_get_type
|
||||
|
Loading…
x
Reference in New Issue
Block a user