DynamicSignal: Fixed glue code name
This commit is contained in:
parent
2666e9a64c
commit
538984349d
@ -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…
x
Reference in New Issue
Block a user