mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-02 18:01:31 +00:00
tutorial6: Do not use linux specific .so names for the glib
And let the glib-2.0.dll.config do its job https://bugzilla.gnome.org/show_bug.cgi?id=796287
This commit is contained in:
parent
2f6752b3fe
commit
a4223fcb42
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ namespace GstreamerSharp
|
||||||
pipeline.SetState (State.Null);
|
pipeline.SetState (State.Null);
|
||||||
}
|
}
|
||||||
|
|
||||||
[DllImport ("libglib-2.0.so.0")]
|
[DllImport ("libglib-2.0.dll")]
|
||||||
static extern IntPtr g_quark_to_string (uint quark);
|
static extern IntPtr g_quark_to_string (uint quark);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue