summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Controller
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Controller')
-rw-r--r--sources/generated/Gst.Controller/ARGBControlBinding.cs4
-rw-r--r--sources/generated/Gst.Controller/ControlPoint.cs2
-rw-r--r--sources/generated/Gst.Controller/DirectControlBinding.cs6
-rw-r--r--sources/generated/Gst.Controller/Global.cs2
-rw-r--r--sources/generated/Gst.Controller/InterpolationControlSource.cs4
-rw-r--r--sources/generated/Gst.Controller/InterpolationMode.cs2
-rw-r--r--sources/generated/Gst.Controller/LFOControlSource.cs4
-rw-r--r--sources/generated/Gst.Controller/LFOWaveform.cs2
-rw-r--r--sources/generated/Gst.Controller/ProxyControlBinding.cs4
-rw-r--r--sources/generated/Gst.Controller/TimedValueControlSource.cs14
-rw-r--r--sources/generated/Gst.Controller/TriggerControlSource.cs4
11 files changed, 24 insertions, 24 deletions
diff --git a/sources/generated/Gst.Controller/ARGBControlBinding.cs b/sources/generated/Gst.Controller/ARGBControlBinding.cs
index f0b5162..1700e42 100644
--- a/sources/generated/Gst.Controller/ARGBControlBinding.cs
+++ b/sources/generated/Gst.Controller/ARGBControlBinding.cs
@@ -13,7 +13,7 @@ namespace Gst.Controller {
public ARGBControlBinding (IntPtr raw) : base(raw) {}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_argb_control_binding_new(IntPtr _object, IntPtr property_name, IntPtr cs_a, IntPtr cs_r, IntPtr cs_g, IntPtr cs_b);
public ARGBControlBinding (Gst.Object _object, string property_name, Gst.ControlSource cs_a, Gst.ControlSource cs_r, Gst.ControlSource cs_g, Gst.ControlSource cs_b) : base (IntPtr.Zero)
@@ -117,7 +117,7 @@ namespace Gst.Controller {
// End of the ABI representation.
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_argb_control_binding_get_type();
public static new GLib.GType GType {
diff --git a/sources/generated/Gst.Controller/ControlPoint.cs b/sources/generated/Gst.Controller/ControlPoint.cs
index 22f853c..02fa445 100644
--- a/sources/generated/Gst.Controller/ControlPoint.cs
+++ b/sources/generated/Gst.Controller/ControlPoint.cs
@@ -23,7 +23,7 @@ namespace Gst.Controller {
return (Gst.Controller.ControlPoint) Marshal.PtrToStructure (raw, typeof (Gst.Controller.ControlPoint));
}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_control_point_get_type();
public static GLib.GType GType {
diff --git a/sources/generated/Gst.Controller/DirectControlBinding.cs b/sources/generated/Gst.Controller/DirectControlBinding.cs
index 2c9fde9..5b5e50a 100644
--- a/sources/generated/Gst.Controller/DirectControlBinding.cs
+++ b/sources/generated/Gst.Controller/DirectControlBinding.cs
@@ -13,7 +13,7 @@ namespace Gst.Controller {
public DirectControlBinding (IntPtr raw) : base(raw) {}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_direct_control_binding_new(IntPtr _object, IntPtr property_name, IntPtr cs);
public DirectControlBinding (Gst.Object _object, string property_name, Gst.ControlSource cs) : base (IntPtr.Zero)
@@ -33,7 +33,7 @@ namespace Gst.Controller {
GLib.Marshaller.Free (native_property_name);
}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_direct_control_binding_new_absolute(IntPtr _object, IntPtr property_name, IntPtr cs);
public static DirectControlBinding NewAbsolute(Gst.Object _object, string property_name, Gst.ControlSource cs)
@@ -93,7 +93,7 @@ namespace Gst.Controller {
// End of the ABI representation.
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_direct_control_binding_get_type();
public static new GLib.GType GType {
diff --git a/sources/generated/Gst.Controller/Global.cs b/sources/generated/Gst.Controller/Global.cs
index 5820505..ff71462 100644
--- a/sources/generated/Gst.Controller/Global.cs
+++ b/sources/generated/Gst.Controller/Global.cs
@@ -11,7 +11,7 @@ namespace Gst.Controller {
#region Autogenerated code
public partial class Global {
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_timed_value_control_invalidate_cache(IntPtr self);
public static void TimedValueControlInvalidateCache(Gst.Controller.TimedValueControlSource self) {
diff --git a/sources/generated/Gst.Controller/InterpolationControlSource.cs b/sources/generated/Gst.Controller/InterpolationControlSource.cs
index c8acb62..38d2825 100644
--- a/sources/generated/Gst.Controller/InterpolationControlSource.cs
+++ b/sources/generated/Gst.Controller/InterpolationControlSource.cs
@@ -13,7 +13,7 @@ namespace Gst.Controller {
public InterpolationControlSource (IntPtr raw) : base(raw) {}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_interpolation_control_source_new();
public InterpolationControlSource () : base (IntPtr.Zero)
@@ -64,7 +64,7 @@ namespace Gst.Controller {
// End of the ABI representation.
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_interpolation_control_source_get_type();
public static new GLib.GType GType {
diff --git a/sources/generated/Gst.Controller/InterpolationMode.cs b/sources/generated/Gst.Controller/InterpolationMode.cs
index a3f5e09..a2b7ee4 100644
--- a/sources/generated/Gst.Controller/InterpolationMode.cs
+++ b/sources/generated/Gst.Controller/InterpolationMode.cs
@@ -17,7 +17,7 @@ namespace Gst.Controller {
}
internal class InterpolationModeGType {
- [DllImport ("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport ("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_interpolation_mode_get_type ();
public static GLib.GType GType {
diff --git a/sources/generated/Gst.Controller/LFOControlSource.cs b/sources/generated/Gst.Controller/LFOControlSource.cs
index 65a373b..cf14c91 100644
--- a/sources/generated/Gst.Controller/LFOControlSource.cs
+++ b/sources/generated/Gst.Controller/LFOControlSource.cs
@@ -13,7 +13,7 @@ namespace Gst.Controller {
public LFOControlSource (IntPtr raw) : base(raw) {}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_lfo_control_source_new();
public LFOControlSource () : base (IntPtr.Zero)
@@ -124,7 +124,7 @@ namespace Gst.Controller {
// End of the ABI representation.
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_lfo_control_source_get_type();
public static new GLib.GType GType {
diff --git a/sources/generated/Gst.Controller/LFOWaveform.cs b/sources/generated/Gst.Controller/LFOWaveform.cs
index 4632f3d..c91816b 100644
--- a/sources/generated/Gst.Controller/LFOWaveform.cs
+++ b/sources/generated/Gst.Controller/LFOWaveform.cs
@@ -18,7 +18,7 @@ namespace Gst.Controller {
}
internal class LFOWaveformGType {
- [DllImport ("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport ("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_lfo_waveform_get_type ();
public static GLib.GType GType {
diff --git a/sources/generated/Gst.Controller/ProxyControlBinding.cs b/sources/generated/Gst.Controller/ProxyControlBinding.cs
index 1dedce0..a12d80d 100644
--- a/sources/generated/Gst.Controller/ProxyControlBinding.cs
+++ b/sources/generated/Gst.Controller/ProxyControlBinding.cs
@@ -13,7 +13,7 @@ namespace Gst.Controller {
public ProxyControlBinding (IntPtr raw) : base(raw) {}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_proxy_control_binding_new(IntPtr _object, IntPtr property_name, IntPtr ref_object, IntPtr ref_property_name);
public ProxyControlBinding (Gst.Object _object, string property_name, Gst.Object ref_object, string ref_property_name) : base (IntPtr.Zero)
@@ -35,7 +35,7 @@ namespace Gst.Controller {
GLib.Marshaller.Free (native_ref_property_name);
}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_proxy_control_binding_get_type();
public static new GLib.GType GType {
diff --git a/sources/generated/Gst.Controller/TimedValueControlSource.cs b/sources/generated/Gst.Controller/TimedValueControlSource.cs
index cb17ceb..af9558d 100644
--- a/sources/generated/Gst.Controller/TimedValueControlSource.cs
+++ b/sources/generated/Gst.Controller/TimedValueControlSource.cs
@@ -252,7 +252,7 @@ namespace Gst.Controller {
// End of the ABI representation.
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_timed_value_control_source_get_type();
public static new GLib.GType GType {
@@ -263,7 +263,7 @@ namespace Gst.Controller {
}
}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_timed_value_control_source_get_all(IntPtr raw);
public GLib.List[] All {
@@ -274,7 +274,7 @@ namespace Gst.Controller {
}
}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_timed_value_control_source_get_count(IntPtr raw);
public int Count {
@@ -285,7 +285,7 @@ namespace Gst.Controller {
}
}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_timed_value_control_source_set(IntPtr raw, ulong timestamp, double value);
public bool Set(ulong timestamp, double value) {
@@ -294,7 +294,7 @@ namespace Gst.Controller {
return ret;
}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_timed_value_control_source_set_from_list(IntPtr raw, IntPtr timedvalues);
public bool SetFromList(GLib.SList timedvalues) {
@@ -303,7 +303,7 @@ namespace Gst.Controller {
return ret;
}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_timed_value_control_source_unset(IntPtr raw, ulong timestamp);
public bool Unset(ulong timestamp) {
@@ -312,7 +312,7 @@ namespace Gst.Controller {
return ret;
}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_timed_value_control_source_unset_all(IntPtr raw);
public void UnsetAll() {
diff --git a/sources/generated/Gst.Controller/TriggerControlSource.cs b/sources/generated/Gst.Controller/TriggerControlSource.cs
index 58cbacc..b2e47ca 100644
--- a/sources/generated/Gst.Controller/TriggerControlSource.cs
+++ b/sources/generated/Gst.Controller/TriggerControlSource.cs
@@ -13,7 +13,7 @@ namespace Gst.Controller {
public TriggerControlSource (IntPtr raw) : base(raw) {}
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_trigger_control_source_new();
public TriggerControlSource () : base (IntPtr.Zero)
@@ -64,7 +64,7 @@ namespace Gst.Controller {
// End of the ABI representation.
- [DllImport("libgstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstcontroller-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_trigger_control_source_get_type();
public static new GLib.GType GType {