mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
DynamicSignal: Fixed glue code name
This commit is contained in:
parent
2666e9a64c
commit
538984349d
1 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ namespace Gst {
|
|||
}
|
||||
}
|
||||
|
||||
[DllImport ("libgstsharpglue-1.0.6.dll") ]
|
||||
[DllImport ("libgstreamersharpglue-1.0.6.so") ]
|
||||
static extern int gstsharp_g_closure_sizeof ();
|
||||
|
||||
public static void Disconnect (GLib.Object o, string name, Delegate handler) {
|
||||
|
@ -397,7 +397,7 @@ namespace Gst {
|
|||
return ret;
|
||||
}
|
||||
|
||||
[DllImport ("libgstsharpglue-1.0.6.so") ]
|
||||
[DllImport ("libgstreamersharpglue-1.0.6.so") ]
|
||||
static extern IntPtr gstsharp_g_type_from_instance (IntPtr o);
|
||||
|
||||
[DllImport ("libgobject-2.0-0.dll") ]
|
||||
|
|
Loading…
Reference in a new issue