summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/Caps.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/Caps.cs')
-rw-r--r--sources/generated/Gst/Caps.cs86
1 files changed, 43 insertions, 43 deletions
diff --git a/sources/generated/Gst/Caps.cs b/sources/generated/Gst/Caps.cs
index 3e0c834..6b378f5 100644
--- a/sources/generated/Gst/Caps.cs
+++ b/sources/generated/Gst/Caps.cs
@@ -11,7 +11,7 @@ namespace Gst {
#region Autogenerated code
public partial class Caps : Gst.MiniObject {
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_get_type();
public static GLib.GType GType {
@@ -22,7 +22,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_caps_append(IntPtr raw, IntPtr caps2);
public void Append(Gst.Caps caps2) {
@@ -30,7 +30,7 @@ namespace Gst {
gst_caps_append(Handle, caps2 == null ? IntPtr.Zero : caps2.Handle);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_caps_append_structure(IntPtr raw, IntPtr structure);
public void AppendStructure(Gst.Structure structure) {
@@ -38,7 +38,7 @@ namespace Gst {
gst_caps_append_structure(Handle, structure == null ? IntPtr.Zero : structure.Handle);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_caps_append_structure_full(IntPtr raw, IntPtr structure, IntPtr features);
public void AppendStructureFull(Gst.Structure structure, Gst.CapsFeatures features) {
@@ -52,7 +52,7 @@ namespace Gst {
AppendStructureFull (structure, Gst.CapsFeatures.Zero);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_can_intersect(IntPtr raw, IntPtr caps2);
public bool CanIntersect(Gst.Caps caps2) {
@@ -61,7 +61,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_copy(IntPtr raw);
public Gst.Caps Copy() {
@@ -70,7 +70,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_copy_nth(IntPtr raw, uint nth);
public Gst.Caps CopyNth(uint nth) {
@@ -79,7 +79,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_caps_filter_and_map_in_place(IntPtr raw, GstSharp.CapsFilterMapFuncNative func, IntPtr user_data);
public void FilterAndMapInPlace(Gst.CapsFilterMapFunc func) {
@@ -87,7 +87,7 @@ namespace Gst {
gst_caps_filter_and_map_in_place(Handle, func_wrapper.NativeDelegate, IntPtr.Zero);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_fixate(IntPtr raw);
public Gst.Caps Fixate() {
@@ -96,7 +96,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_foreach(IntPtr raw, GstSharp.CapsForeachFuncNative func, IntPtr user_data);
public bool Foreach(Gst.CapsForeachFunc func) {
@@ -106,7 +106,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_get_features(IntPtr raw, uint index);
public Gst.CapsFeatures GetFeatures(uint index) {
@@ -115,7 +115,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_caps_get_size(IntPtr raw);
public uint Size {
@@ -126,7 +126,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_get_structure(IntPtr raw, uint index);
public Gst.Structure GetStructure(uint index) {
@@ -135,7 +135,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_intersect(IntPtr raw, IntPtr caps2);
public Gst.Caps Intersect(Gst.Caps caps2) {
@@ -144,7 +144,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_intersect_full(IntPtr raw, IntPtr caps2, int mode);
public Gst.Caps IntersectFull(Gst.Caps caps2, Gst.CapsIntersectMode mode) {
@@ -153,7 +153,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_is_always_compatible(IntPtr raw, IntPtr caps2);
public bool IsAlwaysCompatible(Gst.Caps caps2) {
@@ -162,7 +162,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_is_any(IntPtr raw);
public bool IsAny {
@@ -173,7 +173,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_is_empty(IntPtr raw);
public bool IsEmpty {
@@ -184,7 +184,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_is_equal(IntPtr raw, IntPtr caps2);
public bool IsEqual(Gst.Caps caps2) {
@@ -193,7 +193,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_is_equal_fixed(IntPtr raw, IntPtr caps2);
public bool IsEqualFixed(Gst.Caps caps2) {
@@ -202,7 +202,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_is_fixed(IntPtr raw);
public bool IsFixed {
@@ -213,7 +213,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_is_strictly_equal(IntPtr raw, IntPtr caps2);
public bool IsStrictlyEqual(Gst.Caps caps2) {
@@ -222,7 +222,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_is_subset(IntPtr raw, IntPtr superset);
public bool IsSubset(Gst.Caps superset) {
@@ -231,7 +231,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_is_subset_structure(IntPtr raw, IntPtr structure);
public bool IsSubsetStructure(Gst.Structure structure) {
@@ -240,7 +240,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_is_subset_structure_full(IntPtr raw, IntPtr structure, IntPtr features);
public bool IsSubsetStructureFull(Gst.Structure structure, Gst.CapsFeatures features) {
@@ -255,7 +255,7 @@ namespace Gst {
return IsSubsetStructureFull (structure, Gst.CapsFeatures.Zero);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_caps_map_in_place(IntPtr raw, GstSharp.CapsMapFuncNative func, IntPtr user_data);
public bool MapInPlace(Gst.CapsMapFunc func) {
@@ -265,7 +265,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_merge(IntPtr raw, IntPtr caps2);
public Gst.Caps Merge(Gst.Caps caps2) {
@@ -275,7 +275,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_merge_structure(IntPtr raw, IntPtr structure);
public Gst.Caps MergeStructure(Gst.Structure structure) {
@@ -285,7 +285,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_merge_structure_full(IntPtr raw, IntPtr structure, IntPtr features);
public Gst.Caps MergeStructureFull(Gst.Structure structure, Gst.CapsFeatures features) {
@@ -301,7 +301,7 @@ namespace Gst {
return MergeStructureFull (structure, Gst.CapsFeatures.Zero);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_normalize(IntPtr raw);
public Gst.Caps Normalize() {
@@ -310,14 +310,14 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_caps_remove_structure(IntPtr raw, uint idx);
public void RemoveStructure(uint idx) {
gst_caps_remove_structure(Handle, idx);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_caps_set_features(IntPtr raw, uint index, IntPtr features);
public void SetFeatures(uint index, Gst.CapsFeatures features) {
@@ -330,7 +330,7 @@ namespace Gst {
SetFeatures (index, Gst.CapsFeatures.Zero);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_caps_set_features_simple(IntPtr raw, IntPtr value);
public Gst.CapsFeatures FeaturesSimple {
@@ -341,7 +341,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_caps_set_value(IntPtr raw, IntPtr field, IntPtr value);
public void SetValue(string field, GLib.Value value) {
@@ -352,7 +352,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_simplify(IntPtr raw);
public Gst.Caps Simplify() {
@@ -361,7 +361,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_steal_structure(IntPtr raw, uint index);
public Gst.Structure StealStructure(uint index) {
@@ -370,7 +370,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_subtract(IntPtr raw, IntPtr subtrahend);
public Gst.Caps Subtract(Gst.Caps subtrahend) {
@@ -379,7 +379,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_to_string(IntPtr raw);
public override string ToString() {
@@ -388,7 +388,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_truncate(IntPtr raw);
public Gst.Caps Truncate() {
@@ -397,7 +397,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_from_string(IntPtr str1ng);
public static Gst.Caps FromString(string str1ng) {
@@ -410,7 +410,7 @@ namespace Gst {
public Caps(IntPtr raw) : base(raw) {}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_new_empty();
public Caps ()
@@ -418,7 +418,7 @@ namespace Gst {
Raw = gst_caps_new_empty();
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_new_empty_simple(IntPtr media_type);
public Caps (string media_type)
@@ -428,7 +428,7 @@ namespace Gst {
GLib.Marshaller.Free (native_media_type);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_caps_new_any();
public static Caps NewAny()