summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Sundermann <stephansundermann@gmail.com>2013-10-12 20:04:19 +0200
committerStephan Sundermann <stephansundermann@gmail.com>2013-12-21 16:52:26 +0100
commita346e7f467381e610755f27fa0c6b7d9169b4de9 (patch)
tree0783e2954d54d4e0c66dd4878b33ca93b9663fe6
parenta8ae27d3e9b6a5d0f789157ae9c69a9be9a34532 (diff)
dllmap: Fix GstVideo library name
-rw-r--r--out/gstreamer-sharp.dll.config1
-rw-r--r--sources/gstreamer-sharp.metadata1
2 files changed, 2 insertions, 0 deletions
diff --git a/out/gstreamer-sharp.dll.config b/out/gstreamer-sharp.dll.config
index adf5118f80..93053b4c28 100644
--- a/out/gstreamer-sharp.dll.config
+++ b/out/gstreamer-sharp.dll.config
@@ -3,6 +3,7 @@
<dllmap dll="libgstreamer-1.0-0.dll" target="libgstreamer-1.0.so.0"/>
<dllmap dll="libgstaudio-1.0-0.dll" target="libgstaudio-1.0.so.0"/>
<dllmap dll="libgstbase-1.0-0.dll" target="libgstbase-1.0.so.0"/>
+ <dllmap dll="libgstvideo-1.0-0.dll" target="libgstvideo-1.0.so.0"/>
<dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
<dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0.so.0"/>
diff --git a/sources/gstreamer-sharp.metadata b/sources/gstreamer-sharp.metadata
index 6d564aa760..4a3c6d1612 100644
--- a/sources/gstreamer-sharp.metadata
+++ b/sources/gstreamer-sharp.metadata
@@ -144,5 +144,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- FIXME: Remove when https://bugzilla.gnome.org/show_bug.cgi?id=710001 is fixed -->
<attr path="/api/namespace[@name='Gst.Base']" name="library">libgstbase-1.0-0.dll</attr>
<attr path="/api/namespace[@name='Gst.Audio']" name="library">libgstaudio-1.0-0.dll</attr>
+ <attr path="/api/namespace[@name='Gst.Video']" name="library">libgstvideo-1.0-0.dll</attr>
</metadata>