summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Base
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Base')
-rw-r--r--sources/generated/Gst.Base/Adapter.cs56
-rw-r--r--sources/generated/Gst.Base/Aggregator.cs16
-rw-r--r--sources/generated/Gst.Base/AggregatorPad.cs12
-rw-r--r--sources/generated/Gst.Base/BaseParse.cs36
-rw-r--r--sources/generated/Gst.Base/BaseParseFrame.cs6
-rw-r--r--sources/generated/Gst.Base/BaseSink.cs64
-rw-r--r--sources/generated/Gst.Base/BaseSrc.cs42
-rw-r--r--sources/generated/Gst.Base/BaseTransform.cs30
-rw-r--r--sources/generated/Gst.Base/BitReader.cs30
-rw-r--r--sources/generated/Gst.Base/BitWriter.cs26
-rw-r--r--sources/generated/Gst.Base/ByteWriter.cs76
-rw-r--r--sources/generated/Gst.Base/CollectPads.cs50
-rw-r--r--sources/generated/Gst.Base/DataQueue.cs2
-rw-r--r--sources/generated/Gst.Base/FlowCombiner.cs20
-rw-r--r--sources/generated/Gst.Base/Global.cs16
-rw-r--r--sources/generated/Gst.Base/PushSrc.cs2
-rw-r--r--sources/generated/Gst.Base/QueueArray.cs2
17 files changed, 243 insertions, 243 deletions
diff --git a/sources/generated/Gst.Base/Adapter.cs b/sources/generated/Gst.Base/Adapter.cs
index 7194667..c21ac9b 100644
--- a/sources/generated/Gst.Base/Adapter.cs
+++ b/sources/generated/Gst.Base/Adapter.cs
@@ -13,7 +13,7 @@ namespace Gst.Base {
public Adapter (IntPtr raw) : base(raw) {}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_new();
public Adapter () : base (IntPtr.Zero)
@@ -40,7 +40,7 @@ namespace Gst.Base {
// End of the ABI representation.
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_get_type();
public static new GLib.GType GType {
@@ -51,7 +51,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern UIntPtr gst_adapter_available(IntPtr raw);
public ulong Available() {
@@ -60,7 +60,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern UIntPtr gst_adapter_available_fast(IntPtr raw);
public ulong AvailableFast() {
@@ -69,14 +69,14 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_adapter_clear(IntPtr raw);
public void Clear() {
gst_adapter_clear(Handle);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_copy_bytes(IntPtr raw, UIntPtr offset, UIntPtr size);
public GLib.Bytes CopyBytes(ulong offset, ulong size) {
@@ -85,7 +85,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_adapter_distance_from_discont(IntPtr raw);
public ulong DistanceFromDiscont() {
@@ -94,7 +94,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_adapter_dts_at_discont(IntPtr raw);
public ulong DtsAtDiscont() {
@@ -103,14 +103,14 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_adapter_flush(IntPtr raw, UIntPtr flush);
public void Flush(ulong flush) {
gst_adapter_flush(Handle, new UIntPtr (flush));
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_get_buffer(IntPtr raw, UIntPtr nbytes);
public Gst.Buffer GetBuffer(ulong nbytes) {
@@ -119,7 +119,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_get_buffer_fast(IntPtr raw, UIntPtr nbytes);
public Gst.Buffer GetBufferFast(ulong nbytes) {
@@ -128,7 +128,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_get_buffer_list(IntPtr raw, UIntPtr nbytes);
public Gst.BufferList GetBufferList(ulong nbytes) {
@@ -137,7 +137,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_get_list(IntPtr raw, UIntPtr nbytes);
public GLib.List[] GetList(ulong nbytes) {
@@ -146,7 +146,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_masked_scan_uint32(IntPtr raw, uint mask, uint pattern, UIntPtr offset, UIntPtr size);
public long MaskedScanUint32(uint mask, uint pattern, ulong offset, ulong size) {
@@ -155,7 +155,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_masked_scan_uint32_peek(IntPtr raw, uint mask, uint pattern, UIntPtr offset, UIntPtr size, out uint value);
public long MaskedScanUint32Peek(uint mask, uint pattern, ulong offset, ulong size, out uint value) {
@@ -164,7 +164,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_adapter_offset_at_discont(IntPtr raw);
public ulong OffsetAtDiscont() {
@@ -173,7 +173,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_adapter_prev_dts(IntPtr raw, out ulong distance);
public ulong PrevDts(out ulong distance) {
@@ -182,7 +182,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_adapter_prev_dts_at_offset(IntPtr raw, UIntPtr offset, out ulong distance);
public ulong PrevDtsAtOffset(ulong offset, out ulong distance) {
@@ -191,7 +191,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_adapter_prev_offset(IntPtr raw, out ulong distance);
public ulong PrevOffset(out ulong distance) {
@@ -200,7 +200,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_adapter_prev_pts(IntPtr raw, out ulong distance);
public ulong PrevPts(out ulong distance) {
@@ -209,7 +209,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_adapter_prev_pts_at_offset(IntPtr raw, UIntPtr offset, out ulong distance);
public ulong PrevPtsAtOffset(ulong offset, out ulong distance) {
@@ -218,7 +218,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_adapter_pts_at_discont(IntPtr raw);
public ulong PtsAtDiscont() {
@@ -227,7 +227,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_adapter_push(IntPtr raw, IntPtr buf);
public void Push(Gst.Buffer buf) {
@@ -235,7 +235,7 @@ namespace Gst.Base {
gst_adapter_push(Handle, buf == null ? IntPtr.Zero : buf.Handle);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_take_buffer(IntPtr raw, UIntPtr nbytes);
public Gst.Buffer TakeBuffer(ulong nbytes) {
@@ -244,7 +244,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_take_buffer_fast(IntPtr raw, UIntPtr nbytes);
public Gst.Buffer TakeBufferFast(ulong nbytes) {
@@ -253,7 +253,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_take_buffer_list(IntPtr raw, UIntPtr nbytes);
public Gst.BufferList TakeBufferList(ulong nbytes) {
@@ -262,7 +262,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_adapter_take_list(IntPtr raw, UIntPtr nbytes);
public GLib.List[] TakeList(ulong nbytes) {
@@ -271,7 +271,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_adapter_unmap(IntPtr raw);
public void Unmap() {
diff --git a/sources/generated/Gst.Base/Aggregator.cs b/sources/generated/Gst.Base/Aggregator.cs
index 7f0ea82..1443102 100644
--- a/sources/generated/Gst.Base/Aggregator.cs
+++ b/sources/generated/Gst.Base/Aggregator.cs
@@ -18,7 +18,7 @@ namespace Gst.Base {
CreateNativeObject (new string [0], new GLib.Value [0]);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_aggregator_get_latency(IntPtr raw);
[GLib.Property ("latency")]
@@ -1233,7 +1233,7 @@ namespace Gst.Base {
// End of the ABI representation.
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_aggregator_get_type();
public static new GLib.GType GType {
@@ -1244,7 +1244,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_aggregator_finish_buffer(IntPtr raw, IntPtr buffer);
public Gst.FlowReturn FinishBuffer(Gst.Buffer buffer) {
@@ -1254,7 +1254,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_aggregator_get_allocator(IntPtr raw, out IntPtr allocator, IntPtr parms);
public void GetAllocator(out Gst.Allocator allocator, out Gst.AllocationParams parms) {
@@ -1266,7 +1266,7 @@ namespace Gst.Base {
Marshal.FreeHGlobal (native_parms);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_aggregator_get_buffer_pool(IntPtr raw);
public Gst.BufferPool BufferPool {
@@ -1277,14 +1277,14 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_aggregator_set_latency(IntPtr raw, ulong min_latency, ulong max_latency);
public void SetLatency(ulong min_latency, ulong max_latency) {
gst_aggregator_set_latency(Handle, min_latency, max_latency);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_aggregator_set_src_caps(IntPtr raw, IntPtr caps);
public Gst.Caps SrcCaps {
@@ -1293,7 +1293,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_aggregator_simple_get_next_time(IntPtr raw);
public ulong SimpleGetNextTime() {
diff --git a/sources/generated/Gst.Base/AggregatorPad.cs b/sources/generated/Gst.Base/AggregatorPad.cs
index be49f6f..0ad884c 100644
--- a/sources/generated/Gst.Base/AggregatorPad.cs
+++ b/sources/generated/Gst.Base/AggregatorPad.cs
@@ -259,7 +259,7 @@ namespace Gst.Base {
// End of the ABI representation.
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_aggregator_pad_get_type();
public static new GLib.GType GType {
@@ -270,7 +270,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_aggregator_pad_drop_buffer(IntPtr raw);
public bool DropBuffer() {
@@ -279,7 +279,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_aggregator_pad_has_buffer(IntPtr raw);
public bool HasBuffer {
@@ -290,7 +290,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_aggregator_pad_is_eos(IntPtr raw);
public bool IsEos {
@@ -301,7 +301,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_aggregator_pad_peek_buffer(IntPtr raw);
public Gst.Buffer PeekBuffer() {
@@ -310,7 +310,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_aggregator_pad_pop_buffer(IntPtr raw);
public Gst.Buffer PopBuffer() {
diff --git a/sources/generated/Gst.Base/BaseParse.cs b/sources/generated/Gst.Base/BaseParse.cs
index 9ad7bd4..de7fe3d 100644
--- a/sources/generated/Gst.Base/BaseParse.cs
+++ b/sources/generated/Gst.Base/BaseParse.cs
@@ -889,7 +889,7 @@ namespace Gst.Base {
// End of the ABI representation.
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_base_parse_get_type();
public static new GLib.GType GType {
@@ -900,7 +900,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_parse_add_index_entry(IntPtr raw, ulong offset, ulong ts, bool key, bool force);
public bool AddIndexEntry(ulong offset, ulong ts, bool key, bool force) {
@@ -909,7 +909,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_parse_convert_default(IntPtr raw, int src_format, long src_value, int dest_format, out long dest_value);
public bool ConvertDefault(Gst.Format src_format, long src_value, Gst.Format dest_format, out long dest_value) {
@@ -918,14 +918,14 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_drain(IntPtr raw);
public void Drain() {
gst_base_parse_drain(Handle);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_base_parse_finish_frame(IntPtr raw, IntPtr frame, int size);
public Gst.FlowReturn FinishFrame(Gst.Base.BaseParseFrame frame, int size) {
@@ -936,7 +936,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_merge_tags(IntPtr raw, IntPtr tags, int mode);
public void MergeTags(Gst.TagList tags, Gst.TagMergeMode mode) {
@@ -947,7 +947,7 @@ namespace Gst.Base {
MergeTags (null, mode);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_base_parse_push_frame(IntPtr raw, IntPtr frame);
public Gst.FlowReturn PushFrame(Gst.Base.BaseParseFrame frame) {
@@ -958,7 +958,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_average_bitrate(IntPtr raw, uint bitrate);
public uint AverageBitrate {
@@ -967,21 +967,21 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_duration(IntPtr raw, int fmt, long duration, int interval);
public void SetDuration(Gst.Format fmt, long duration, int interval) {
gst_base_parse_set_duration(Handle, (int) fmt, duration, interval);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_frame_rate(IntPtr raw, uint fps_num, uint fps_den, uint lead_in, uint lead_out);
public void SetFrameRate(uint fps_num, uint fps_den, uint lead_in, uint lead_out) {
gst_base_parse_set_frame_rate(Handle, fps_num, fps_den, lead_in, lead_out);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_has_timing_info(IntPtr raw, bool has_timing);
public bool HasTimingInfo {
@@ -990,7 +990,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_infer_ts(IntPtr raw, bool infer_ts);
public bool InferTs {
@@ -999,14 +999,14 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_latency(IntPtr raw, ulong min_latency, ulong max_latency);
public void SetLatency(ulong min_latency, ulong max_latency) {
gst_base_parse_set_latency(Handle, min_latency, max_latency);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_min_frame_size(IntPtr raw, uint min_size);
public uint MinFrameSize {
@@ -1015,7 +1015,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_passthrough(IntPtr raw, bool passthrough);
public bool Passthrough {
@@ -1024,7 +1024,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_pts_interpolation(IntPtr raw, bool pts_interpolate);
public bool PtsInterpolation {
@@ -1033,7 +1033,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_syncable(IntPtr raw, bool syncable);
public bool Syncable {
@@ -1042,7 +1042,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_set_ts_at_offset(IntPtr raw, UIntPtr offset);
public ulong TsAtOffset {
diff --git a/sources/generated/Gst.Base/BaseParseFrame.cs b/sources/generated/Gst.Base/BaseParseFrame.cs
index 36a843d..c38e0f7 100644
--- a/sources/generated/Gst.Base/BaseParseFrame.cs
+++ b/sources/generated/Gst.Base/BaseParseFrame.cs
@@ -48,7 +48,7 @@ namespace Gst.Base {
return (Gst.Base.BaseParseFrame) Marshal.PtrToStructure (raw, typeof (Gst.Base.BaseParseFrame));
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_base_parse_frame_new(IntPtr buffer, int flags, int overhead);
public static BaseParseFrame New(Gst.Buffer buffer, Gst.Base.BaseParseFrameFlags flags, int overhead)
@@ -57,7 +57,7 @@ namespace Gst.Base {
return result;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_base_parse_frame_get_type();
public static GLib.GType GType {
@@ -68,7 +68,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_parse_frame_init(IntPtr raw);
public void Init() {
diff --git a/sources/generated/Gst.Base/BaseSink.cs b/sources/generated/Gst.Base/BaseSink.cs
index 0ec6d92..18461d5 100644
--- a/sources/generated/Gst.Base/BaseSink.cs
+++ b/sources/generated/Gst.Base/BaseSink.cs
@@ -33,10 +33,10 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_base_sink_get_blocksize(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_blocksize(IntPtr raw, uint blocksize);
[GLib.Property ("blocksize")]
@@ -66,7 +66,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_base_sink_get_last_sample(IntPtr raw);
[GLib.Property ("last-sample")]
@@ -78,10 +78,10 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_base_sink_get_max_bitrate(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_max_bitrate(IntPtr raw, ulong max_bitrate);
[GLib.Property ("max-bitrate")]
@@ -96,10 +96,10 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern long gst_base_sink_get_max_lateness(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_max_lateness(IntPtr raw, long max_lateness);
[GLib.Property ("max-lateness")]
@@ -114,10 +114,10 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_base_sink_get_processing_deadline(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_processing_deadline(IntPtr raw, ulong processing_deadline);
[GLib.Property ("processing-deadline")]
@@ -147,10 +147,10 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_base_sink_get_render_delay(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_render_delay(IntPtr raw, ulong delay);
[GLib.Property ("render-delay")]
@@ -165,10 +165,10 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_sink_get_sync(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_sync(IntPtr raw, bool sync);
[GLib.Property ("sync")]
@@ -183,10 +183,10 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_base_sink_get_throttle_time(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_throttle_time(IntPtr raw, ulong throttle);
[GLib.Property ("throttle-time")]
@@ -201,10 +201,10 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern long gst_base_sink_get_ts_offset(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_ts_offset(IntPtr raw, long offset);
[GLib.Property ("ts-offset")]
@@ -1543,7 +1543,7 @@ namespace Gst.Base {
// End of the ABI representation.
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_base_sink_get_type();
public static new GLib.GType GType {
@@ -1554,7 +1554,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_base_sink_do_preroll(IntPtr raw, IntPtr obj);
public Gst.FlowReturn DoPreroll(Gst.MiniObject obj) {
@@ -1563,10 +1563,10 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_sink_get_drop_out_of_segment(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_drop_out_of_segment(IntPtr raw, bool drop_out_of_segment);
public bool DropOutOfSegment {
@@ -1580,7 +1580,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_base_sink_get_latency(IntPtr raw);
public ulong Latency {
@@ -1591,7 +1591,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_sink_is_async_enabled(IntPtr raw);
public bool IsAsyncEnabled {
@@ -1602,7 +1602,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_sink_is_last_sample_enabled(IntPtr raw);
public bool IsLastSampleEnabled {
@@ -1613,7 +1613,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_sink_is_qos_enabled(IntPtr raw);
public bool IsQosEnabled {
@@ -1624,7 +1624,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_sink_query_latency(IntPtr raw, out bool live, out bool upstream_live, out ulong min_latency, out ulong max_latency);
public bool QueryLatency(out bool live, out bool upstream_live, out ulong min_latency, out ulong max_latency) {
@@ -1633,7 +1633,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_async_enabled(IntPtr raw, bool enabled);
public bool AsyncEnabled {
@@ -1642,7 +1642,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_last_sample_enabled(IntPtr raw, bool enabled);
public bool LastSampleEnabled {
@@ -1651,7 +1651,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_sink_set_qos_enabled(IntPtr raw, bool enabled);
public bool QosEnabled {
@@ -1660,7 +1660,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_base_sink_wait(IntPtr raw, ulong time, out long jitter);
public Gst.FlowReturn Wait(ulong time, out long jitter) {
@@ -1669,7 +1669,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_base_sink_wait_clock(IntPtr raw, ulong time, out long jitter);
public Gst.ClockReturn WaitClock(ulong time, out long jitter) {
@@ -1678,7 +1678,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_base_sink_wait_preroll(IntPtr raw);
public Gst.FlowReturn WaitPreroll() {
diff --git a/sources/generated/Gst.Base/BaseSrc.cs b/sources/generated/Gst.Base/BaseSrc.cs
index 829b0ee..da7db32 100644
--- a/sources/generated/Gst.Base/BaseSrc.cs
+++ b/sources/generated/Gst.Base/BaseSrc.cs
@@ -18,10 +18,10 @@ namespace Gst.Base {
CreateNativeObject (new string [0], new GLib.Value [0]);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_base_src_get_blocksize(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_src_set_blocksize(IntPtr raw, uint blocksize);
[GLib.Property ("blocksize")]
@@ -36,10 +36,10 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_src_get_do_timestamp(IntPtr raw);
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_src_set_do_timestamp(IntPtr raw, bool timestamp);
[GLib.Property ("do-timestamp")]
@@ -1511,7 +1511,7 @@ namespace Gst.Base {
// End of the ABI representation.
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_base_src_get_type();
public static new GLib.GType GType {
@@ -1522,7 +1522,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_src_get_allocator(IntPtr raw, out IntPtr allocator, IntPtr parms);
public void GetAllocator(out Gst.Allocator allocator, out Gst.AllocationParams parms) {
@@ -1534,7 +1534,7 @@ namespace Gst.Base {
Marshal.FreeHGlobal (native_parms);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_base_src_get_buffer_pool(IntPtr raw);
public Gst.BufferPool BufferPool {
@@ -1545,7 +1545,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_src_is_async(IntPtr raw);
public bool IsAsync {
@@ -1556,7 +1556,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_src_is_live(IntPtr raw);
public bool IsLive {
@@ -1567,7 +1567,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_src_new_seamless_segment(IntPtr raw, long start, long stop, long time);
public bool NewSeamlessSegment(long start, long stop, long time) {
@@ -1576,7 +1576,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_src_query_latency(IntPtr raw, out bool live, out ulong min_latency, out ulong max_latency);
public bool QueryLatency(out bool live, out ulong min_latency, out ulong max_latency) {
@@ -1585,7 +1585,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_src_set_async(IntPtr raw, bool async);
public bool Async {
@@ -1594,7 +1594,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_src_set_automatic_eos(IntPtr raw, bool automatic_eos);
public bool AutomaticEos {
@@ -1603,7 +1603,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_src_set_caps(IntPtr raw, IntPtr caps);
public bool SetCaps(Gst.Caps caps) {
@@ -1612,7 +1612,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_src_set_dynamic_size(IntPtr raw, bool dynamic);
public bool DynamicSize {
@@ -1621,7 +1621,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_src_set_format(IntPtr raw, int format);
public Gst.Format Format {
@@ -1630,7 +1630,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_src_set_live(IntPtr raw, bool live);
public bool Live {
@@ -1639,14 +1639,14 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_src_start_complete(IntPtr raw, int _ret);
public void StartComplete(Gst.FlowReturn _ret) {
gst_base_src_start_complete(Handle, (int) _ret);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_base_src_start_wait(IntPtr raw);
public Gst.FlowReturn StartWait() {
@@ -1655,7 +1655,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_src_submit_buffer_list(IntPtr raw, IntPtr buffer_list);
public void SubmitBufferList(Gst.BufferList buffer_list) {
@@ -1663,7 +1663,7 @@ namespace Gst.Base {
gst_base_src_submit_buffer_list(Handle, buffer_list == null ? IntPtr.Zero : buffer_list.Handle);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_base_src_wait_playing(IntPtr raw);
public Gst.FlowReturn WaitPlaying() {
diff --git a/sources/generated/Gst.Base/BaseTransform.cs b/sources/generated/Gst.Base/BaseTransform.cs
index 04f7410..6a044bd 100644
--- a/sources/generated/Gst.Base/BaseTransform.cs
+++ b/sources/generated/Gst.Base/BaseTransform.cs
@@ -1597,7 +1597,7 @@ namespace Gst.Base {
// End of the ABI representation.
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_base_transform_get_type();
public static new GLib.GType GType {
@@ -1608,7 +1608,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_transform_get_allocator(IntPtr raw, out IntPtr allocator, IntPtr parms);
public void GetAllocator(out Gst.Allocator allocator, out Gst.AllocationParams parms) {
@@ -1620,7 +1620,7 @@ namespace Gst.Base {
Marshal.FreeHGlobal (native_parms);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_base_transform_get_buffer_pool(IntPtr raw);
public Gst.BufferPool BufferPool {
@@ -1631,7 +1631,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_transform_is_in_place(IntPtr raw);
public bool IsInPlace {
@@ -1642,7 +1642,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_transform_is_passthrough(IntPtr raw);
public bool IsPassthrough {
@@ -1653,7 +1653,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_transform_is_qos_enabled(IntPtr raw);
public bool IsQosEnabled {
@@ -1664,21 +1664,21 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_transform_reconfigure_sink(IntPtr raw);
public void ReconfigureSink() {
gst_base_transform_reconfigure_sink(Handle);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_transform_reconfigure_src(IntPtr raw);
public void ReconfigureSrc() {
gst_base_transform_reconfigure_src(Handle);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_transform_set_gap_aware(IntPtr raw, bool gap_aware);
public bool GapAware {
@@ -1687,7 +1687,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_transform_set_in_place(IntPtr raw, bool in_place);
public bool InPlace {
@@ -1696,7 +1696,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_transform_set_passthrough(IntPtr raw, bool passthrough);
public bool Passthrough {
@@ -1705,7 +1705,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_transform_set_prefer_passthrough(IntPtr raw, bool prefer_passthrough);
public bool PreferPassthrough {
@@ -1714,7 +1714,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_transform_set_qos_enabled(IntPtr raw, bool enabled);
public bool QosEnabled {
@@ -1723,14 +1723,14 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_base_transform_update_qos(IntPtr raw, double proportion, long diff, ulong timestamp);
public void UpdateQos(double proportion, long diff, ulong timestamp) {
gst_base_transform_update_qos(Handle, proportion, diff, timestamp);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_base_transform_update_src_caps(IntPtr raw, IntPtr updated_caps);
public bool UpdateSrcCaps(Gst.Caps updated_caps) {
diff --git a/sources/generated/Gst.Base/BitReader.cs b/sources/generated/Gst.Base/BitReader.cs
index 280d504..c26a699 100644
--- a/sources/generated/Gst.Base/BitReader.cs
+++ b/sources/generated/Gst.Base/BitReader.cs
@@ -28,7 +28,7 @@ namespace Gst.Base {
return (Gst.Base.BitReader) Marshal.PtrToStructure (raw, typeof (Gst.Base.BitReader));
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_bit_reader_free(IntPtr raw);
public void Free() {
@@ -39,7 +39,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_get_bits_uint16(IntPtr raw, out ushort val, uint nbits);
public bool GetBitsUint16(out ushort val, uint nbits) {
@@ -52,7 +52,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_get_bits_uint32(IntPtr raw, out uint val, uint nbits);
public bool GetBitsUint32(out uint val, uint nbits) {
@@ -65,7 +65,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_get_bits_uint64(IntPtr raw, out ulong val, uint nbits);
public bool GetBitsUint64(out ulong val, uint nbits) {
@@ -78,7 +78,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_get_bits_uint8(IntPtr raw, out byte val, uint nbits);
public bool GetBitsUint8(out byte val, uint nbits) {
@@ -91,7 +91,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_bit_reader_get_pos(IntPtr raw);
public uint Pos {
@@ -106,7 +106,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_bit_reader_get_remaining(IntPtr raw);
public uint Remaining {
@@ -121,7 +121,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_bit_reader_init(IntPtr raw, byte[] data, uint size);
public void Init(byte[] data, uint size) {
@@ -132,7 +132,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_peek_bits_uint16(IntPtr raw, out ushort val, uint nbits);
public bool PeekBitsUint16(out ushort val, uint nbits) {
@@ -145,7 +145,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_peek_bits_uint32(IntPtr raw, out uint val, uint nbits);
public bool PeekBitsUint32(out uint val, uint nbits) {
@@ -158,7 +158,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_peek_bits_uint64(IntPtr raw, out ulong val, uint nbits);
public bool PeekBitsUint64(out ulong val, uint nbits) {
@@ -171,7 +171,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_peek_bits_uint8(IntPtr raw, out byte val, uint nbits);
public bool PeekBitsUint8(out byte val, uint nbits) {
@@ -184,7 +184,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_set_pos(IntPtr raw, uint pos);
public bool SetPos(uint pos) {
@@ -197,7 +197,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_skip(IntPtr raw, uint nbits);
public bool Skip(uint nbits) {
@@ -210,7 +210,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_reader_skip_to_byte(IntPtr raw);
public bool SkipToByte() {
diff --git a/sources/generated/Gst.Base/BitWriter.cs b/sources/generated/Gst.Base/BitWriter.cs
index 4785dfa..b27af64 100644
--- a/sources/generated/Gst.Base/BitWriter.cs
+++ b/sources/generated/Gst.Base/BitWriter.cs
@@ -28,7 +28,7 @@ namespace Gst.Base {
return (Gst.Base.BitWriter) Marshal.PtrToStructure (raw, typeof (Gst.Base.BitWriter));
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_writer_align_bytes(IntPtr raw, byte trailing_bit);
public bool AlignBytes(byte trailing_bit) {
@@ -41,7 +41,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_bit_writer_free(IntPtr raw);
public void Free() {
@@ -52,7 +52,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_bit_writer_free_and_get_buffer(IntPtr raw);
public Gst.Buffer FreeAndGetBuffer() {
@@ -65,7 +65,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_bit_writer_get_remaining(IntPtr raw);
public uint Remaining {
@@ -80,7 +80,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_bit_writer_get_size(IntPtr raw);
public uint Size {
@@ -95,7 +95,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_writer_put_bits_uint16(IntPtr raw, ushort value, uint nbits);
public bool PutBitsUint16(ushort value, uint nbits) {
@@ -108,7 +108,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_writer_put_bits_uint32(IntPtr raw, uint value, uint nbits);
public bool PutBitsUint32(uint value, uint nbits) {
@@ -121,7 +121,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_writer_put_bits_uint64(IntPtr raw, ulong value, uint nbits);
public bool PutBitsUint64(ulong value, uint nbits) {
@@ -134,7 +134,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_writer_put_bits_uint8(IntPtr raw, byte value, uint nbits);
public bool PutBitsUint8(byte value, uint nbits) {
@@ -147,7 +147,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_writer_put_bytes(IntPtr raw, byte data, uint nbytes);
public bool PutBytes(byte data, uint nbytes) {
@@ -160,7 +160,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_bit_writer_reset(IntPtr raw);
public void Reset() {
@@ -171,7 +171,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_bit_writer_reset_and_get_buffer(IntPtr raw);
public Gst.Buffer ResetAndGetBuffer() {
@@ -184,7 +184,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_bit_writer_set_pos(IntPtr raw, uint pos);
public bool SetPos(uint pos) {
diff --git a/sources/generated/Gst.Base/ByteWriter.cs b/sources/generated/Gst.Base/ByteWriter.cs
index 7f0400c..52ee0d7 100644
--- a/sources/generated/Gst.Base/ByteWriter.cs
+++ b/sources/generated/Gst.Base/ByteWriter.cs
@@ -35,7 +35,7 @@ namespace Gst.Base {
return (Gst.Base.ByteWriter) Marshal.PtrToStructure (raw, typeof (Gst.Base.ByteWriter));
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_ensure_free_space(IntPtr raw, uint size);
public bool EnsureFreeSpace(uint size) {
@@ -48,7 +48,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_fill(IntPtr raw, byte value, uint size);
public bool Fill(byte value, uint size) {
@@ -61,7 +61,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_byte_writer_free(IntPtr raw);
public void Free() {
@@ -72,7 +72,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_byte_writer_free_and_get_buffer(IntPtr raw);
public Gst.Buffer FreeAndGetBuffer() {
@@ -85,7 +85,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern byte gst_byte_writer_free_and_get_data(IntPtr raw);
public byte FreeAndGetData() {
@@ -98,7 +98,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_byte_writer_get_remaining(IntPtr raw);
public uint Remaining {
@@ -113,7 +113,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_byte_writer_init(IntPtr raw);
public void Init() {
@@ -124,7 +124,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_byte_writer_init_with_data(IntPtr raw, byte[] data, uint size, bool initialized);
public void InitWithData(byte[] data, uint size, bool initialized) {
@@ -135,7 +135,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_byte_writer_init_with_size(IntPtr raw, uint size, bool mfixed);
public void InitWithSize(uint size, bool mfixed) {
@@ -146,7 +146,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_buffer(IntPtr raw, IntPtr buffer, UIntPtr offset, IntPtr size);
public bool PutBuffer(Gst.Buffer buffer, ulong offset, long size) {
@@ -159,7 +159,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_data(IntPtr raw, byte[] data, uint size);
public bool PutData(byte[] data, uint size) {
@@ -172,7 +172,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_float32_be(IntPtr raw, float val);
public bool PutFloat32Be(float val) {
@@ -185,7 +185,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_float32_le(IntPtr raw, float val);
public bool PutFloat32Le(float val) {
@@ -198,7 +198,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_float64_be(IntPtr raw, double val);
public bool PutFloat64Be(double val) {
@@ -211,7 +211,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_float64_le(IntPtr raw, double val);
public bool PutFloat64Le(double val) {
@@ -224,7 +224,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_int16_be(IntPtr raw, short val);
public bool PutInt16Be(short val) {
@@ -237,7 +237,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_int16_le(IntPtr raw, short val);
public bool PutInt16Le(short val) {
@@ -250,7 +250,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_int24_be(IntPtr raw, int val);
public bool PutInt24Be(int val) {
@@ -263,7 +263,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_int24_le(IntPtr raw, int val);
public bool PutInt24Le(int val) {
@@ -276,7 +276,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_int32_be(IntPtr raw, int val);
public bool PutInt32Be(int val) {
@@ -289,7 +289,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_int32_le(IntPtr raw, int val);
public bool PutInt32Le(int val) {
@@ -302,7 +302,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_int64_be(IntPtr raw, long val);
public bool PutInt64Be(long val) {
@@ -315,7 +315,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_int64_le(IntPtr raw, long val);
public bool PutInt64Le(long val) {
@@ -328,7 +328,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_int8(IntPtr raw, sbyte val);
public bool PutInt8(sbyte val) {
@@ -341,7 +341,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_string_utf16(IntPtr raw, ushort[] data);
public bool PutStringUtf16(ushort[] data) {
@@ -354,7 +354,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_string_utf32(IntPtr raw, uint[] data);
public bool PutStringUtf32(uint[] data) {
@@ -367,7 +367,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_string_utf8(IntPtr raw, IntPtr data);
public bool PutStringUtf8(string data) {
@@ -382,7 +382,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_uint16_be(IntPtr raw, ushort val);
public bool PutUint16Be(ushort val) {
@@ -395,7 +395,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_uint16_le(IntPtr raw, ushort val);
public bool PutUint16Le(ushort val) {
@@ -408,7 +408,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_uint24_be(IntPtr raw, uint val);
public bool PutUint24Be(uint val) {
@@ -421,7 +421,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_uint24_le(IntPtr raw, uint val);
public bool PutUint24Le(uint val) {
@@ -434,7 +434,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_uint32_be(IntPtr raw, uint val);
public bool PutUint32Be(uint val) {
@@ -447,7 +447,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_uint32_le(IntPtr raw, uint val);
public bool PutUint32Le(uint val) {
@@ -460,7 +460,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_uint64_be(IntPtr raw, ulong val);
public bool PutUint64Be(ulong val) {
@@ -473,7 +473,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_uint64_le(IntPtr raw, ulong val);
public bool PutUint64Le(ulong val) {
@@ -486,7 +486,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_byte_writer_put_uint8(IntPtr raw, byte val);
public bool PutUint8(byte val) {
@@ -499,7 +499,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_byte_writer_reset(IntPtr raw);
public void Reset() {
@@ -510,7 +510,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_byte_writer_reset_and_get_buffer(IntPtr raw);
public Gst.Buffer ResetAndGetBuffer() {
diff --git a/sources/generated/Gst.Base/CollectPads.cs b/sources/generated/Gst.Base/CollectPads.cs
index 0d5fcc1..4505212 100644
--- a/sources/generated/Gst.Base/CollectPads.cs
+++ b/sources/generated/Gst.Base/CollectPads.cs
@@ -13,7 +13,7 @@ namespace Gst.Base {
public CollectPads (IntPtr raw) : base(raw) {}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_collect_pads_new();
public CollectPads () : base (IntPtr.Zero)
@@ -58,7 +58,7 @@ namespace Gst.Base {
// End of the ABI representation.
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_collect_pads_get_type();
public static new GLib.GType GType {
@@ -69,7 +69,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_collect_pads_add_pad(IntPtr raw, IntPtr pad, uint size, Gst.BaseSharp.CollectDataDestroyNotifyNative destroy_notify, bool _lock);
public Gst.Base.CollectData AddPad(Gst.Pad pad, uint size, Gst.Base.CollectDataDestroyNotify destroy_notify, bool _lock) {
@@ -80,7 +80,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_collect_pads_available(IntPtr raw);
public uint Available() {
@@ -89,7 +89,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_collect_pads_clip_running_time(IntPtr raw, IntPtr cdata, IntPtr buf, out IntPtr outbuf, IntPtr user_data);
public Gst.FlowReturn ClipRunningTime(Gst.Base.CollectData cdata, Gst.Buffer buf, out Gst.Buffer outbuf, IntPtr user_data) {
@@ -102,7 +102,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_collect_pads_event_default(IntPtr raw, IntPtr data, IntPtr evnt, bool discard);
public bool EventDefault(Gst.Base.CollectData data, Gst.Event evnt, bool discard) {
@@ -113,7 +113,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_collect_pads_flush(IntPtr raw, IntPtr data, uint size);
public uint Flush(Gst.Base.CollectData data, uint size) {
@@ -124,7 +124,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_collect_pads_peek(IntPtr raw, IntPtr data);
public Gst.Buffer Peek(Gst.Base.CollectData data) {
@@ -135,7 +135,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_collect_pads_pop(IntPtr raw, IntPtr data);
public Gst.Buffer Pop(Gst.Base.CollectData data) {
@@ -146,7 +146,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_collect_pads_query_default(IntPtr raw, IntPtr data, IntPtr query, bool discard);
public bool QueryDefault(Gst.Base.CollectData data, Gst.Query query, bool discard) {
@@ -157,7 +157,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_collect_pads_read_buffer(IntPtr raw, IntPtr data, uint size);
public Gst.Buffer ReadBuffer(Gst.Base.CollectData data, uint size) {
@@ -168,7 +168,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_collect_pads_remove_pad(IntPtr raw, IntPtr pad);
public bool RemovePad(Gst.Pad pad) {
@@ -177,7 +177,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_set_buffer_function(IntPtr raw, Gst.BaseSharp.CollectPadsBufferFunctionNative func, IntPtr user_data);
public Gst.Base.CollectPadsBufferFunction BufferFunction {
@@ -187,7 +187,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_set_clip_function(IntPtr raw, Gst.BaseSharp.CollectPadsClipFunctionNative clipfunc, IntPtr user_data);
public Gst.Base.CollectPadsClipFunction ClipFunction {
@@ -197,7 +197,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_set_compare_function(IntPtr raw, Gst.BaseSharp.CollectPadsCompareFunctionNative func, IntPtr user_data);
public Gst.Base.CollectPadsCompareFunction CompareFunction {
@@ -207,7 +207,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_set_event_function(IntPtr raw, Gst.BaseSharp.CollectPadsEventFunctionNative func, IntPtr user_data);
public Gst.Base.CollectPadsEventFunction EventFunction {
@@ -217,7 +217,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_set_flush_function(IntPtr raw, Gst.BaseSharp.CollectPadsFlushFunctionNative func, IntPtr user_data);
public Gst.Base.CollectPadsFlushFunction FlushFunction {
@@ -227,7 +227,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_set_flushing(IntPtr raw, bool flushing);
public bool Flushing {
@@ -236,7 +236,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_set_function(IntPtr raw, Gst.BaseSharp.CollectPadsFunctionNative func, IntPtr user_data);
public Gst.Base.CollectPadsFunction Function {
@@ -246,7 +246,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_set_query_function(IntPtr raw, Gst.BaseSharp.CollectPadsQueryFunctionNative func, IntPtr user_data);
public Gst.Base.CollectPadsQueryFunction QueryFunction {
@@ -256,7 +256,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_set_waiting(IntPtr raw, IntPtr data, bool waiting);
public void SetWaiting(Gst.Base.CollectData data, bool waiting) {
@@ -265,7 +265,7 @@ namespace Gst.Base {
Marshal.FreeHGlobal (native_data);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_collect_pads_src_event_default(IntPtr raw, IntPtr pad, IntPtr evnt);
public bool SrcEventDefault(Gst.Pad pad, Gst.Event evnt) {
@@ -274,21 +274,21 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_start(IntPtr raw);
public void Start() {
gst_collect_pads_start(Handle);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_collect_pads_stop(IntPtr raw);
public void Stop() {
gst_collect_pads_stop(Handle);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_collect_pads_take_buffer(IntPtr raw, IntPtr data, uint size);
public Gst.Buffer TakeBuffer(Gst.Base.CollectData data, uint size) {
diff --git a/sources/generated/Gst.Base/DataQueue.cs b/sources/generated/Gst.Base/DataQueue.cs
index ba0d607..eaff332 100644
--- a/sources/generated/Gst.Base/DataQueue.cs
+++ b/sources/generated/Gst.Base/DataQueue.cs
@@ -214,7 +214,7 @@ namespace Gst.Base {
// End of the ABI representation.
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_data_queue_get_type();
public static new GLib.GType GType {
diff --git a/sources/generated/Gst.Base/FlowCombiner.cs b/sources/generated/Gst.Base/FlowCombiner.cs
index 6bad99f..effc0e8 100644
--- a/sources/generated/Gst.Base/FlowCombiner.cs
+++ b/sources/generated/Gst.Base/FlowCombiner.cs
@@ -21,7 +21,7 @@ namespace Gst.Base {
return (Gst.Base.FlowCombiner) Marshal.PtrToStructure (raw, typeof (Gst.Base.FlowCombiner));
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_flow_combiner_new();
public static FlowCombiner New()
@@ -30,7 +30,7 @@ namespace Gst.Base {
return result;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_flow_combiner_get_type();
public static GLib.GType GType {
@@ -41,7 +41,7 @@ namespace Gst.Base {
}
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_flow_combiner_add_pad(IntPtr raw, IntPtr pad);
public void AddPad(Gst.Pad pad) {
@@ -52,7 +52,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_flow_combiner_clear(IntPtr raw);
public void Clear() {
@@ -63,7 +63,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_flow_combiner_ref(IntPtr raw);
public Gst.Base.FlowCombiner Ref() {
@@ -76,7 +76,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_flow_combiner_remove_pad(IntPtr raw, IntPtr pad);
public void RemovePad(Gst.Pad pad) {
@@ -87,7 +87,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_flow_combiner_reset(IntPtr raw);
public void Reset() {
@@ -98,7 +98,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_flow_combiner_unref(IntPtr raw);
public void Unref() {
@@ -109,7 +109,7 @@ namespace Gst.Base {
System.Runtime.InteropServices.Marshal.FreeHGlobal (this_as_native);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_flow_combiner_update_flow(IntPtr raw, int fret);
public Gst.FlowReturn UpdateFlow(Gst.FlowReturn fret) {
@@ -122,7 +122,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_flow_combiner_update_pad_flow(IntPtr raw, IntPtr pad, int fret);
public Gst.FlowReturn UpdatePadFlow(Gst.Pad pad, Gst.FlowReturn fret) {
diff --git a/sources/generated/Gst.Base/Global.cs b/sources/generated/Gst.Base/Global.cs
index 610aff2..c3c94b8 100644
--- a/sources/generated/Gst.Base/Global.cs
+++ b/sources/generated/Gst.Base/Global.cs
@@ -11,7 +11,7 @@ namespace Gst.Base {
#region Autogenerated code
public partial class Global {
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_type_find_helper(IntPtr src, ulong size);
public static Gst.Caps TypeFindHelper(Gst.Pad src, ulong size) {
@@ -20,7 +20,7 @@ namespace Gst.Base {
return ret;
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_type_find_helper_for_buffer(IntPtr obj, IntPtr buf, out int prob);
public static Gst.Caps TypeFindHelperForBuffer(Gst.Object obj, Gst.Buffer buf, out Gst.TypeFindProbability prob) {
@@ -35,7 +35,7 @@ namespace Gst.Base {
return TypeFindHelperForBuffer (null, buf, out prob);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_type_find_helper_for_buffer_with_extension(IntPtr obj, IntPtr buf, IntPtr extension, out int prob);
public static Gst.Caps TypeFindHelperForBufferWithExtension(Gst.Object obj, Gst.Buffer buf, string extension, out Gst.TypeFindProbability prob) {
@@ -52,7 +52,7 @@ namespace Gst.Base {
return TypeFindHelperForBufferWithExtension (null, buf, null, out prob);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_type_find_helper_for_data(IntPtr obj, byte[] data, UIntPtr size, out int prob);
public static Gst.Caps TypeFindHelperForData(Gst.Object obj, byte[] data, ulong size, out Gst.TypeFindProbability prob) {
@@ -67,7 +67,7 @@ namespace Gst.Base {
return TypeFindHelperForData (null, data, size, out prob);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_type_find_helper_for_data_with_extension(IntPtr obj, byte[] data, UIntPtr size, IntPtr extension, out int prob);
public static Gst.Caps TypeFindHelperForDataWithExtension(Gst.Object obj, byte[] data, ulong size, string extension, out Gst.TypeFindProbability prob) {
@@ -84,7 +84,7 @@ namespace Gst.Base {
return TypeFindHelperForDataWithExtension (null, data, size, null, out prob);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_type_find_helper_for_extension(IntPtr obj, IntPtr extension);
public static Gst.Caps TypeFindHelperForExtension(Gst.Object obj, string extension) {
@@ -99,7 +99,7 @@ namespace Gst.Base {
return TypeFindHelperForExtension (null, extension);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_type_find_helper_get_range(IntPtr obj, IntPtr parent, Gst.BaseSharp.TypeFindHelperGetRangeFunctionNative func, ulong size, IntPtr extension, out int prob);
public static Gst.Caps TypeFindHelperGetRange(Gst.Object obj, Gst.Object parent, Gst.Base.TypeFindHelperGetRangeFunction func, ulong size, string extension, out Gst.TypeFindProbability prob) {
@@ -117,7 +117,7 @@ namespace Gst.Base {
return TypeFindHelperGetRange (obj, null, func, size, null, out prob);
}
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_type_find_helper_get_range_full(IntPtr obj, IntPtr parent, Gst.BaseSharp.TypeFindHelperGetRangeFunctionNative func, ulong size, IntPtr extension, out IntPtr caps, out int prob);
public static Gst.FlowReturn TypeFindHelperGetRangeFull(Gst.Object obj, Gst.Object parent, Gst.Base.TypeFindHelperGetRangeFunction func, ulong size, string extension, out Gst.Caps caps, out Gst.TypeFindProbability prob) {
diff --git a/sources/generated/Gst.Base/PushSrc.cs b/sources/generated/Gst.Base/PushSrc.cs
index d000cc7..5c8f025 100644
--- a/sources/generated/Gst.Base/PushSrc.cs
+++ b/sources/generated/Gst.Base/PushSrc.cs
@@ -240,7 +240,7 @@ namespace Gst.Base {
// End of the ABI representation.
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_push_src_get_type();
public static new GLib.GType GType {
diff --git a/sources/generated/Gst.Base/QueueArray.cs b/sources/generated/Gst.Base/QueueArray.cs
index bd99e1e..28ae2c4 100644
--- a/sources/generated/Gst.Base/QueueArray.cs
+++ b/sources/generated/Gst.Base/QueueArray.cs
@@ -11,7 +11,7 @@ namespace Gst.Base {
#region Autogenerated code
public partial class QueueArray : GLib.Opaque {
- [DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_queue_array_push_tail_struct(IntPtr raw, IntPtr p_struct);
public void PushTailStruct(IntPtr p_struct) {