summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/Message.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/Message.cs')
-rw-r--r--sources/generated/Gst/Message.cs186
1 files changed, 93 insertions, 93 deletions
diff --git a/sources/generated/Gst/Message.cs b/sources/generated/Gst/Message.cs
index 8fa3bfd..cafcd3d 100644
--- a/sources/generated/Gst/Message.cs
+++ b/sources/generated/Gst/Message.cs
@@ -56,10 +56,10 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_message_get_seqnum(IntPtr raw);
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_set_seqnum(IntPtr raw, uint seqnum);
public uint Seqnum {
@@ -73,7 +73,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_message_get_type();
public static GLib.GType GType {
@@ -84,7 +84,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_message_add_redirect_entry(IntPtr raw, IntPtr location, IntPtr tag_list, IntPtr entry_struct);
public void AddRedirectEntry(string location, Gst.TagList tag_list, Gst.Structure entry_struct) {
@@ -99,7 +99,7 @@ namespace Gst {
AddRedirectEntry (location, null, null);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern UIntPtr gst_message_get_num_redirect_entries(IntPtr raw);
public ulong NumRedirectEntries {
@@ -110,7 +110,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_message_get_structure(IntPtr raw);
public Gst.Structure Structure {
@@ -121,7 +121,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_message_has_name(IntPtr raw, IntPtr name);
public bool HasName(string name) {
@@ -132,7 +132,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_message_parse_async_done(IntPtr raw, out ulong running_time);
public ulong ParseAsyncDone() {
@@ -141,7 +141,7 @@ namespace Gst {
return running_time;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_buffering(IntPtr raw, out int percent);
public int ParseBuffering() {
@@ -150,7 +150,7 @@ namespace Gst {
return percent;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_buffering_stats(IntPtr raw, out int mode, out int avg_in, out int avg_out, out long buffering_left);
public void ParseBufferingStats(out Gst.BufferingMode mode, out int avg_in, out int avg_out, out long buffering_left) {
@@ -159,7 +159,7 @@ namespace Gst {
mode = (Gst.BufferingMode) native_mode;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_clock_lost(IntPtr raw, out IntPtr clock);
public Gst.Clock ParseClockLost() {
@@ -170,7 +170,7 @@ namespace Gst {
return clock;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_clock_provide(IntPtr raw, out IntPtr clock, out bool ready);
public void ParseClockProvide(out Gst.Clock clock, out bool ready) {
@@ -179,7 +179,7 @@ namespace Gst {
clock = GLib.Object.GetObject(native_clock) as Gst.Clock;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_message_parse_context_type(IntPtr raw, out IntPtr context_type);
public bool ParseContextType(out string context_type) {
@@ -190,7 +190,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_message_parse_device_added(IntPtr raw, out IntPtr device);
public Gst.Device ParseDeviceAdded() {
@@ -201,7 +201,7 @@ namespace Gst {
return device;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_device_changed(IntPtr raw, out IntPtr device, out IntPtr changed_device);
public void ParseDeviceChanged(out Gst.Device device, out Gst.Device changed_device) {
@@ -212,7 +212,7 @@ namespace Gst {
changed_device = GLib.Object.GetObject(native_changed_device, true) as Gst.Device;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_device_removed(IntPtr raw, out IntPtr device);
public Gst.Device ParseDeviceRemoved() {
@@ -223,7 +223,7 @@ namespace Gst {
return device;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_error_details(IntPtr raw, out IntPtr structure);
public Gst.Structure ParseErrorDetails() {
@@ -234,7 +234,7 @@ namespace Gst {
return structure;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_message_parse_group_id(IntPtr raw, out uint group_id);
public bool ParseGroupId(out uint group_id) {
@@ -243,7 +243,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_message_parse_have_context(IntPtr raw, IntPtr context);
public Gst.Context ParseHaveContext() {
@@ -255,7 +255,7 @@ namespace Gst {
return context;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_info(IntPtr raw, out IntPtr gerror, out IntPtr debug);
public void ParseInfo(out IntPtr gerror, out string debug) {
@@ -264,7 +264,7 @@ namespace Gst {
debug = GLib.Marshaller.PtrToStringGFree(native_debug);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_info_details(IntPtr raw, out IntPtr structure);
public Gst.Structure ParseInfoDetails() {
@@ -275,7 +275,7 @@ namespace Gst {
return structure;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_new_clock(IntPtr raw, out IntPtr clock);
public Gst.Clock ParseNewClock() {
@@ -286,7 +286,7 @@ namespace Gst {
return clock;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_progress(IntPtr raw, out int type, out IntPtr code, out IntPtr text);
public void ParseProgress(out Gst.ProgressType type, out string code, out string text) {
@@ -299,7 +299,7 @@ namespace Gst {
text = GLib.Marshaller.PtrToStringGFree(native_text);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_property_notify(IntPtr raw, out IntPtr _object, out IntPtr property_name, IntPtr property_value);
public void ParsePropertyNotify(out Gst.Object _object, out string property_name, out GLib.Value property_value) {
@@ -313,14 +313,14 @@ namespace Gst {
Marshal.FreeHGlobal (native_property_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_qos(IntPtr raw, out bool live, out ulong running_time, out ulong stream_time, out ulong timestamp, out ulong duration);
public void ParseQos(out bool live, out ulong running_time, out ulong stream_time, out ulong timestamp, out ulong duration) {
gst_message_parse_qos(Handle, out live, out running_time, out stream_time, out timestamp, out duration);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_qos_stats(IntPtr raw, out int format, out ulong processed, out ulong dropped);
public void ParseQosStats(out Gst.Format format, out ulong processed, out ulong dropped) {
@@ -329,14 +329,14 @@ namespace Gst {
format = (Gst.Format) native_format;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_qos_values(IntPtr raw, out long jitter, out double proportion, out int quality);
public void ParseQosValues(out long jitter, out double proportion, out int quality) {
gst_message_parse_qos_values(Handle, out jitter, out proportion, out quality);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_redirect_entry(IntPtr raw, UIntPtr entry_index, out IntPtr location, out IntPtr tag_list, out IntPtr entry_struct);
public void ParseRedirectEntry(ulong entry_index, out string location, out Gst.TagList tag_list, out Gst.Structure entry_struct) {
@@ -349,7 +349,7 @@ namespace Gst {
entry_struct = native_entry_struct == IntPtr.Zero ? null : (Gst.Structure) GLib.Opaque.GetOpaque (native_entry_struct, typeof (Gst.Structure), false);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_request_state(IntPtr raw, out int state);
public Gst.State ParseRequestState() {
@@ -360,7 +360,7 @@ namespace Gst {
return state;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_reset_time(IntPtr raw, out ulong running_time);
public ulong ParseResetTime() {
@@ -369,7 +369,7 @@ namespace Gst {
return running_time;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_segment_done(IntPtr raw, out int format, out long position);
public void ParseSegmentDone(out Gst.Format format, out long position) {
@@ -378,7 +378,7 @@ namespace Gst {
format = (Gst.Format) native_format;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_segment_start(IntPtr raw, out int format, out long position);
public void ParseSegmentStart(out Gst.Format format, out long position) {
@@ -387,7 +387,7 @@ namespace Gst {
format = (Gst.Format) native_format;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_state_changed(IntPtr raw, out int oldstate, out int newstate, out int pending);
public void ParseStateChanged(out Gst.State oldstate, out Gst.State newstate, out Gst.State pending) {
@@ -400,7 +400,7 @@ namespace Gst {
pending = (Gst.State) native_pending;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_step_done(IntPtr raw, out int format, out ulong amount, out double rate, out bool flush, out bool intermediate, out ulong duration, out bool eos);
public void ParseStepDone(out Gst.Format format, out ulong amount, out double rate, out bool flush, out bool intermediate, out ulong duration, out bool eos) {
@@ -409,7 +409,7 @@ namespace Gst {
format = (Gst.Format) native_format;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_step_start(IntPtr raw, out bool active, out int format, out ulong amount, out double rate, out bool flush, out bool intermediate);
public void ParseStepStart(out bool active, out Gst.Format format, out ulong amount, out double rate, out bool flush, out bool intermediate) {
@@ -418,7 +418,7 @@ namespace Gst {
format = (Gst.Format) native_format;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_stream_collection(IntPtr raw, out IntPtr collection);
public Gst.StreamCollection ParseStreamCollection() {
@@ -429,7 +429,7 @@ namespace Gst {
return collection;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_stream_status(IntPtr raw, out int type, out IntPtr owner);
public void ParseStreamStatus(out Gst.StreamStatusType type, out Gst.Element owner) {
@@ -440,7 +440,7 @@ namespace Gst {
owner = GLib.Object.GetObject(native_owner) as Gst.Element;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_streams_selected(IntPtr raw, out IntPtr collection);
public Gst.StreamCollection ParseStreamsSelected() {
@@ -451,7 +451,7 @@ namespace Gst {
return collection;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_structure_change(IntPtr raw, out int type, out IntPtr owner, out bool busy);
public void ParseStructureChange(out Gst.StructureChangeType type, out Gst.Element owner, out bool busy) {
@@ -462,7 +462,7 @@ namespace Gst {
owner = GLib.Object.GetObject(native_owner) as Gst.Element;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_tag(IntPtr raw, out IntPtr tag_list);
public Gst.TagList ParseTag() {
@@ -473,7 +473,7 @@ namespace Gst {
return tag_list;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_toc(IntPtr raw, IntPtr toc, out bool updated);
public void ParseToc(out Gst.Toc toc, out bool updated) {
@@ -483,7 +483,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_toc);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_warning(IntPtr raw, out IntPtr gerror, out IntPtr debug);
public void ParseWarning(out IntPtr gerror, out string debug) {
@@ -492,7 +492,7 @@ namespace Gst {
debug = GLib.Marshaller.PtrToStringGFree(native_debug);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_parse_warning_details(IntPtr raw, out IntPtr structure);
public Gst.Structure ParseWarningDetails() {
@@ -503,14 +503,14 @@ namespace Gst {
return structure;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_set_buffering_stats(IntPtr raw, int mode, int avg_in, int avg_out, long buffering_left);
public void SetBufferingStats(Gst.BufferingMode mode, int avg_in, int avg_out, long buffering_left) {
gst_message_set_buffering_stats(Handle, (int) mode, avg_in, avg_out, buffering_left);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_set_group_id(IntPtr raw, uint group_id);
public uint GroupId {
@@ -519,28 +519,28 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_set_qos_stats(IntPtr raw, int format, ulong processed, ulong dropped);
public void SetQosStats(Gst.Format format, ulong processed, ulong dropped) {
gst_message_set_qos_stats(Handle, (int) format, processed, dropped);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_set_qos_values(IntPtr raw, long jitter, double proportion, int quality);
public void SetQosValues(long jitter, double proportion, int quality) {
gst_message_set_qos_values(Handle, jitter, proportion, quality);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_message_streams_selected_add(IntPtr raw, IntPtr stream);
public void StreamsSelectedAdd(Gst.Stream stream) {
gst_message_streams_selected_add(Handle, stream == null ? IntPtr.Zero : stream.Handle);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_message_streams_selected_get_size(IntPtr raw);
public uint StreamsSelectedGetSize() {
@@ -549,7 +549,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_message_streams_selected_get_stream(IntPtr raw, uint idx);
public Gst.Stream StreamsSelectedGetStream(uint idx) {
@@ -558,7 +558,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_message_writable_structure(IntPtr raw);
public Gst.Structure WritableStructure() {
@@ -569,7 +569,7 @@ namespace Gst {
public Message(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_message_new_application(IntPtr src, IntPtr structure);
public static Message NewApplication(Gst.Object src, Gst.Structure structure)
@@ -579,7 +579,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_async_done(IntPtr src, ulong running_time);
public static Message NewAsyncDone(Gst.Object src, ulong running_time)
@@ -588,7 +588,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_async_start(IntPtr src);
public static Message NewAsyncStart(Gst.Object src)
@@ -597,7 +597,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_buffering(IntPtr src, int percent);
public static Message NewBuffering(Gst.Object src, int percent)
@@ -606,7 +606,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_clock_lost(IntPtr src, IntPtr clock);
public static Message NewClockLost(Gst.Object src, Gst.Clock clock)
@@ -615,7 +615,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_clock_provide(IntPtr src, IntPtr clock, bool ready);
public static Message NewClockProvide(Gst.Object src, Gst.Clock clock, bool ready)
@@ -624,7 +624,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_custom(int type, IntPtr src, IntPtr structure);
public static Message NewCustom(Gst.MessageType type, Gst.Object src, Gst.Structure structure)
@@ -634,7 +634,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_device_added(IntPtr src, IntPtr device);
public static Message NewDeviceAdded(Gst.Object src, Gst.Device device)
@@ -643,7 +643,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_device_changed(IntPtr src, IntPtr device, IntPtr changed_device);
public static Message NewDeviceChanged(Gst.Object src, Gst.Device device, Gst.Device changed_device)
@@ -652,7 +652,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_device_removed(IntPtr src, IntPtr device);
public static Message NewDeviceRemoved(Gst.Object src, Gst.Device device)
@@ -661,7 +661,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_duration_changed(IntPtr src);
public static Message NewDurationChanged(Gst.Object src)
@@ -670,7 +670,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_element(IntPtr src, IntPtr structure);
public static Message NewElement(Gst.Object src, Gst.Structure structure)
@@ -680,7 +680,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_eos(IntPtr src);
public static Message NewEos(Gst.Object src)
@@ -689,7 +689,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_error(IntPtr src, IntPtr error, IntPtr debug);
public static Message NewError(Gst.Object src, IntPtr error, string debug)
@@ -700,7 +700,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_error_with_details(IntPtr src, IntPtr error, IntPtr debug, IntPtr details);
public static Message NewErrorWithDetails(Gst.Object src, IntPtr error, string debug, Gst.Structure details)
@@ -712,7 +712,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_have_context(IntPtr src, IntPtr context);
public static Message NewHaveContext(Gst.Object src, Gst.Context context)
@@ -723,7 +723,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_info(IntPtr src, IntPtr error, IntPtr debug);
public static Message NewInfo(Gst.Object src, IntPtr error, string debug)
@@ -734,7 +734,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_info_with_details(IntPtr src, IntPtr error, IntPtr debug, IntPtr details);
public static Message NewInfoWithDetails(Gst.Object src, IntPtr error, string debug, Gst.Structure details)
@@ -746,7 +746,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_latency(IntPtr src);
public static Message NewLatency(Gst.Object src)
@@ -755,7 +755,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_need_context(IntPtr src, IntPtr context_type);
public static Message NewNeedContext(Gst.Object src, string context_type)
@@ -766,7 +766,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_new_clock(IntPtr src, IntPtr clock);
public static Message NewNewClock(Gst.Object src, Gst.Clock clock)
@@ -775,7 +775,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_progress(IntPtr src, int type, IntPtr code, IntPtr text);
public static Message NewProgress(Gst.Object src, Gst.ProgressType type, string code, string text)
@@ -788,7 +788,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_property_notify(IntPtr src, IntPtr property_name, IntPtr val);
public static Message NewPropertyNotify(Gst.Object src, string property_name, GLib.Value val)
@@ -801,7 +801,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_qos(IntPtr src, bool live, ulong running_time, ulong stream_time, ulong timestamp, ulong duration);
public static Message NewQos(Gst.Object src, bool live, ulong running_time, ulong stream_time, ulong timestamp, ulong duration)
@@ -810,7 +810,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_redirect(IntPtr src, IntPtr location, IntPtr tag_list, IntPtr entry_struct);
public static Message NewRedirect(Gst.Object src, string location, Gst.TagList tag_list, Gst.Structure entry_struct)
@@ -823,7 +823,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_request_state(IntPtr src, int state);
public static Message NewRequestState(Gst.Object src, Gst.State state)
@@ -832,7 +832,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_reset_time(IntPtr src, ulong running_time);
public static Message NewResetTime(Gst.Object src, ulong running_time)
@@ -841,7 +841,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_segment_done(IntPtr src, int format, long position);
public static Message NewSegmentDone(Gst.Object src, Gst.Format format, long position)
@@ -850,7 +850,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_segment_start(IntPtr src, int format, long position);
public static Message NewSegmentStart(Gst.Object src, Gst.Format format, long position)
@@ -859,7 +859,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_state_changed(IntPtr src, int oldstate, int newstate, int pending);
public static Message NewStateChanged(Gst.Object src, Gst.State oldstate, Gst.State newstate, Gst.State pending)
@@ -868,7 +868,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_state_dirty(IntPtr src);
public static Message NewStateDirty(Gst.Object src)
@@ -877,7 +877,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_step_done(IntPtr src, int format, ulong amount, double rate, bool flush, bool intermediate, ulong duration, bool eos);
public static Message NewStepDone(Gst.Object src, Gst.Format format, ulong amount, double rate, bool flush, bool intermediate, ulong duration, bool eos)
@@ -886,7 +886,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_step_start(IntPtr src, bool active, int format, ulong amount, double rate, bool flush, bool intermediate);
public static Message NewStepStart(Gst.Object src, bool active, Gst.Format format, ulong amount, double rate, bool flush, bool intermediate)
@@ -895,7 +895,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_stream_collection(IntPtr src, IntPtr collection);
public static Message NewStreamCollection(Gst.Object src, Gst.StreamCollection collection)
@@ -904,7 +904,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_stream_start(IntPtr src);
public static Message NewStreamStart(Gst.Object src)
@@ -913,7 +913,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_stream_status(IntPtr src, int type, IntPtr owner);
public static Message NewStreamStatus(Gst.Object src, Gst.StreamStatusType type, Gst.Element owner)
@@ -922,7 +922,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_streams_selected(IntPtr src, IntPtr collection);
public static Message NewStreamsSelected(Gst.Object src, Gst.StreamCollection collection)
@@ -931,7 +931,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_structure_change(IntPtr src, int type, IntPtr owner, bool busy);
public static Message NewStructureChange(Gst.Object src, Gst.StructureChangeType type, Gst.Element owner, bool busy)
@@ -940,7 +940,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_tag(IntPtr src, IntPtr tag_list);
public static Message NewTag(Gst.Object src, Gst.TagList tag_list)
@@ -950,7 +950,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_toc(IntPtr src, IntPtr toc, bool updated);
public static Message NewToc(Gst.Object src, Gst.Toc toc, bool updated)
@@ -961,7 +961,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_warning(IntPtr src, IntPtr error, IntPtr debug);
public static Message NewWarning(Gst.Object src, IntPtr error, string debug)
@@ -972,7 +972,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_message_new_warning_with_details(IntPtr src, IntPtr error, IntPtr debug, IntPtr details);
public static Message NewWarningWithDetails(Gst.Object src, IntPtr error, string debug, Gst.Structure details)