dllmap: Fix GstVideo library name
authorStephan Sundermann <stephansundermann@gmail.com>
Sat, 12 Oct 2013 18:04:19 +0000 (20:04 +0200)
committerStephan Sundermann <stephansundermann@gmail.com>
Sat, 21 Dec 2013 15:52:26 +0000 (16:52 +0100)
out/gstreamer-sharp.dll.config
sources/gstreamer-sharp.metadata

index adf5118f802fb71adbe80ba8f24fb72189346a9b..93053b4c28cde6cc056e5bb74c906aa4da99800d 100644 (file)
@@ -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"/>
index 6d564aa76039d9add5be8d22ce94d8c7656c8de8..4a3c6d1612de6529098f7fd13930539c9b0e7e64 100644 (file)
@@ -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>