[gst-cvs] gstreamer: win32: fix .def file

Edward Hervey bilboed at kemper.freedesktop.org
Mon Jun 14 04:39:18 PDT 2010


Module: gstreamer
Branch: master
Commit: c11723aab7f0d9f2f3e3937cf8c1abbc1581b8ee
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=c11723aab7f0d9f2f3e3937cf8c1abbc1581b8ee

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Mon Jun 14 13:38:41 2010 +0200

win32: fix .def file

---

 win32/common/libgstreamer.def |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def
index 709f6ff..1146b2a 100644
--- a/win32/common/libgstreamer.def
+++ b/win32/common/libgstreamer.def
@@ -171,7 +171,6 @@ EXPORTS
 	gst_caps_new_full_valist
 	gst_caps_new_simple
 	gst_caps_normalize
-	gst_caps_steal_structure
 	gst_caps_ref
 	gst_caps_remove_structure
 	gst_caps_replace
@@ -179,6 +178,7 @@ EXPORTS
 	gst_caps_set_simple
 	gst_caps_set_simple_valist
 	gst_caps_set_value
+	gst_caps_steal_structure
 	gst_caps_subtract
 	gst_caps_to_string
 	gst_caps_truncate





More information about the Gstreamer-commits mailing list