[gst-cvs] gstreamer: Add missing symbol to the win32 exports
Sebastian Dröge
slomo at kemper.freedesktop.org
Wed May 27 07:34:59 PDT 2009
Module: gstreamer
Branch: master
Commit: 1d05e05b3e60061602077b8f5b4492e59ddd6b07
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=1d05e05b3e60061602077b8f5b4492e59ddd6b07
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Wed May 27 16:34:19 2009 +0200
Add missing symbol to the win32 exports
This was accidentially removed by my last commit.
---
win32/common/libgstbase.def | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def
index 12ecb7d..c3e89b2 100644
--- a/win32/common/libgstbase.def
+++ b/win32/common/libgstbase.def
@@ -5,6 +5,7 @@ EXPORTS
gst_adapter_copy
gst_adapter_flush
gst_adapter_get_type
+ gst_adapter_masked_scan_uint32
gst_adapter_new
gst_adapter_peek
gst_adapter_prev_timestamp
More information about the Gstreamer-commits
mailing list