Back to development
This commit is contained in:
parent
17abef3d1e
commit
a396f6ac81
@ -1,4 +1,4 @@
|
|||||||
project('gstreamer-sharp', ['cs', 'c'], version: '1.17.1',
|
project('gstreamer-sharp', ['cs', 'c'], version: '1.17.1.1',
|
||||||
meson_version: '>=0.48', license: 'LGPL')
|
meson_version: '>=0.48', license: 'LGPL')
|
||||||
|
|
||||||
if host_machine.system() == 'osx'
|
if host_machine.system() == 'osx'
|
||||||
|
@ -19,7 +19,7 @@ namespace Gst.PbUtils {
|
|||||||
public const int PLUGINS_BASE_VERSION_MAJOR = 1;
|
public const int PLUGINS_BASE_VERSION_MAJOR = 1;
|
||||||
public const int PLUGINS_BASE_VERSION_MICRO = 1;
|
public const int PLUGINS_BASE_VERSION_MICRO = 1;
|
||||||
public const int PLUGINS_BASE_VERSION_MINOR = 17;
|
public const int PLUGINS_BASE_VERSION_MINOR = 17;
|
||||||
public const int PLUGINS_BASE_VERSION_NANO = 0;
|
public const int PLUGINS_BASE_VERSION_NANO = 1;
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -170,7 +170,7 @@ namespace Gst {
|
|||||||
public const int VERSION_MAJOR = 1;
|
public const int VERSION_MAJOR = 1;
|
||||||
public const int VERSION_MICRO = 1;
|
public const int VERSION_MICRO = 1;
|
||||||
public const int VERSION_MINOR = 17;
|
public const int VERSION_MINOR = 17;
|
||||||
public const int VERSION_NANO = 0;
|
public const int VERSION_NANO = 1;
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11965,7 +11965,7 @@
|
|||||||
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
|
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
|
||||||
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MICRO" />
|
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MICRO" />
|
||||||
<constant value="17" ctype="gint" gtype="gint" name="VERSION_MINOR" />
|
<constant value="17" ctype="gint" gtype="gint" name="VERSION_MINOR" />
|
||||||
<constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" />
|
<constant value="1" ctype="gint" gtype="gint" name="VERSION_NANO" />
|
||||||
</object>
|
</object>
|
||||||
<class name="Parse" cname="GstParse" disable_void_ctor="1">
|
<class name="Parse" cname="GstParse" disable_void_ctor="1">
|
||||||
<method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
|
<method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
|
||||||
@ -21328,7 +21328,7 @@
|
|||||||
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
|
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
|
||||||
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
|
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
|
||||||
<constant value="17" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
|
<constant value="17" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
|
||||||
<constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
|
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
|
||||||
</object>
|
</object>
|
||||||
</namespace>
|
</namespace>
|
||||||
<namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">
|
<namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user