defs: add new methods

This commit is contained in:
Wim Taymans 2013-03-11 10:49:58 +01:00
parent 17d5dbd337
commit c62df3adaa

View file

@ -11,6 +11,7 @@ EXPORTS
gst_rtsp_connection_free gst_rtsp_connection_free
gst_rtsp_connection_get_ip gst_rtsp_connection_get_ip
gst_rtsp_connection_get_read_socket gst_rtsp_connection_get_read_socket
gst_rtsp_connection_get_remember_session_id
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
@ -27,6 +28,7 @@ EXPORTS
gst_rtsp_connection_set_ip gst_rtsp_connection_set_ip
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_tunneled gst_rtsp_connection_set_tunneled
gst_rtsp_connection_write gst_rtsp_connection_write
gst_rtsp_event_get_type gst_rtsp_event_get_type
@ -76,6 +78,7 @@ EXPORTS
gst_rtsp_method_get_type gst_rtsp_method_get_type
gst_rtsp_options_as_text gst_rtsp_options_as_text
gst_rtsp_options_from_text gst_rtsp_options_from_text
gst_rtsp_range_convert_units
gst_rtsp_range_free gst_rtsp_range_free
gst_rtsp_range_get_times gst_rtsp_range_get_times
gst_rtsp_range_parse gst_rtsp_range_parse