diff options
author | Stefan Kost <ensonic@users.sf.net> | 2010-12-15 23:47:29 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2010-12-15 23:47:29 +0200 |
commit | f0ece95fa34a1a2e3271bc9bc39de7e78d34bd85 (patch) | |
tree | 9760c4f574498d175f69d79e2ccff9904087bf10 | |
parent | dd699397c20fac4b227bef94b59757f47b22bcc1 (diff) |
win32: update the def file with the new rtsp api
-rw-r--r-- | win32/common/libgstrtsp.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstrtsp.def b/win32/common/libgstrtsp.def index 1b904cb69..5327c5b8c 100644 --- a/win32/common/libgstrtsp.def +++ b/win32/common/libgstrtsp.def @@ -93,6 +93,7 @@ EXPORTS gst_rtsp_transport_new gst_rtsp_transport_parse gst_rtsp_url_copy + gst_rtsp_url_decode_path_components gst_rtsp_url_free gst_rtsp_url_get_port gst_rtsp_url_get_request_uri |