win32/common/libgstrtsp.def: Add gst_rtsp_connection_(set|clear)_auth_param() to the exported symbols.

Original commit message from CVS:
* win32/common/libgstrtsp.def:
Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
symbols.
This commit is contained in:
Sebastian Dröge 2008-05-13 11:37:15 +00:00
parent fd84ec0ca3
commit 5800b1ac77
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
* win32/common/libgstrtsp.def:
Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
symbols.
2008-05-13 Sebastian Dröge <slomo@circular-chaos.org> 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Sjoerd Simons <sjoerd at luon dot net> Patch by: Sjoerd Simons <sjoerd at luon dot net>

View file

@ -2,6 +2,7 @@ EXPORTS
gst_rtsp_auth_method_get_type gst_rtsp_auth_method_get_type
gst_rtsp_base64_decode_ip gst_rtsp_base64_decode_ip
gst_rtsp_base64_encode gst_rtsp_base64_encode
gst_rtsp_connection_clear_auth_params
gst_rtsp_connection_close gst_rtsp_connection_close
gst_rtsp_connection_connect gst_rtsp_connection_connect
gst_rtsp_connection_create gst_rtsp_connection_create
@ -14,6 +15,7 @@ EXPORTS
gst_rtsp_connection_reset_timeout gst_rtsp_connection_reset_timeout
gst_rtsp_connection_send gst_rtsp_connection_send
gst_rtsp_connection_set_auth gst_rtsp_connection_set_auth
gst_rtsp_connection_set_auth_param
gst_rtsp_connection_write gst_rtsp_connection_write
gst_rtsp_event_get_type gst_rtsp_event_get_type
gst_rtsp_extension_after_send gst_rtsp_extension_after_send