[gst-cvs] gst-plugins-base: win32/common: Update .def files for recent API addition

Edward Hervey bilboed at kemper.freedesktop.org
Sun Feb 22 05:49:57 PST 2009


Module: gst-plugins-base
Branch: master
Commit: bd7c9ecba360936075bdc6685d744df530757bcf
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=bd7c9ecba360936075bdc6685d744df530757bcf

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Sun Feb 22 14:49:29 2009 +0100

win32/common: Update .def files for recent API addition

---

 win32/common/libgstrtsp.def  |    8 ++++----
 win32/common/libgstvideo.def |    2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/win32/common/libgstrtsp.def b/win32/common/libgstrtsp.def
index 7be0c0b..f0a6854 100644
--- a/win32/common/libgstrtsp.def
+++ b/win32/common/libgstrtsp.def
@@ -2,10 +2,6 @@ EXPORTS
 	gst_rtsp_auth_method_get_type
 	gst_rtsp_base64_decode_ip
 	gst_rtsp_base64_encode
-	gst_rtsp_channel_attach
-	gst_rtsp_channel_new
-	gst_rtsp_channel_queue_message
-	gst_rtsp_channel_unref
 	gst_rtsp_connection_accept
 	gst_rtsp_connection_clear_auth_params
 	gst_rtsp_connection_close
@@ -92,3 +88,7 @@ EXPORTS
 	gst_rtsp_url_set_port
 	gst_rtsp_version_as_text
 	gst_rtsp_version_get_type
+	gst_rtsp_watch_attach
+	gst_rtsp_watch_new
+	gst_rtsp_watch_queue_message
+	gst_rtsp_watch_unref
diff --git a/win32/common/libgstvideo.def b/win32/common/libgstvideo.def
index edde89b..c4c6487 100644
--- a/win32/common/libgstvideo.def
+++ b/win32/common/libgstvideo.def
@@ -14,7 +14,9 @@ EXPORTS
 	gst_video_format_is_rgb
 	gst_video_format_is_yuv
 	gst_video_format_new_caps
+	gst_video_format_new_caps_interlaced
 	gst_video_format_parse_caps
+	gst_video_format_parse_caps_interlaced
 	gst_video_format_to_fourcc
 	gst_video_frame_rate
 	gst_video_get_size





More information about the Gstreamer-commits mailing list