summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-02-26 13:08:26 +0000
committerTim-Philipp Müller <tim@centricular.com>2019-02-27 08:08:40 +0000
commit78ace72f3878e00df3b65e0578c8a033386fd500 (patch)
treee11b6a5452b13dc51dad6ce939c15c546c056a26
parent805be3c2076a943c954be07e678bfc4c5cceacb3 (diff)
Release 1.15.21.15.2
-rw-r--r--girs/Gst-1.0.gir2
-rw-r--r--girs/GstPbutils-1.0.gir2
-rw-r--r--meson.build2
-rw-r--r--sources/generated/Gst.PbUtils/Constants.cs2
-rw-r--r--sources/generated/Gst/Constants.cs2
-rw-r--r--sources/generated/gstreamer-sharp-api.xml4
-rw-r--r--sources/gstreamer-sharp-api.raw4
7 files changed, 9 insertions, 9 deletions
diff --git a/girs/Gst-1.0.gir b/girs/Gst-1.0.gir
index 9093856..856a7d8 100644
--- a/girs/Gst-1.0.gir
+++ b/girs/Gst-1.0.gir
@@ -45229,7 +45229,7 @@ determine a order for the two provided values.</doc>
<doc xml:space="preserve">The major version of GStreamer at compile time:</doc>
<type name="gint" c:type="gint"/>
</constant>
- <constant name="VERSION_MICRO" value="1" c:type="GST_VERSION_MICRO">
+ <constant name="VERSION_MICRO" value="2" c:type="GST_VERSION_MICRO">
<doc xml:space="preserve">The micro version of GStreamer at compile time:</doc>
<type name="gint" c:type="gint"/>
</constant>
diff --git a/girs/GstPbutils-1.0.gir b/girs/GstPbutils-1.0.gir
index 71f5f15..0f4a5d3 100644
--- a/girs/GstPbutils-1.0.gir
+++ b/girs/GstPbutils-1.0.gir
@@ -2753,7 +2753,7 @@ in debugging.</doc>
<type name="gint" c:type="gint"/>
</constant>
<constant name="PLUGINS_BASE_VERSION_MICRO"
- value="1"
+ value="2"
c:type="GST_PLUGINS_BASE_VERSION_MICRO">
<doc xml:space="preserve">The micro version of GStreamer's gst-plugins-base libraries at compile time.</doc>
<type name="gint" c:type="gint"/>
diff --git a/meson.build b/meson.build
index 673ec91..ae9f0f0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gstreamer-sharp', ['cs', 'c'], version: '1.15.0.1',
+project('gstreamer-sharp', ['cs', 'c'], version: '1.15.2',
meson_version: '>=0.48', license: 'LGPL')
if host_machine.system() == 'osx'
diff --git a/sources/generated/Gst.PbUtils/Constants.cs b/sources/generated/Gst.PbUtils/Constants.cs
index d907cfe..4a899c7 100644
--- a/sources/generated/Gst.PbUtils/Constants.cs
+++ b/sources/generated/Gst.PbUtils/Constants.cs
@@ -17,7 +17,7 @@ namespace Gst.PbUtils {
public const string ENCODING_CATEGORY_ONLINE_SERVICE = @"online-service";
public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing";
public const int PLUGINS_BASE_VERSION_MAJOR = 1;
- public const int PLUGINS_BASE_VERSION_MICRO = 1;
+ public const int PLUGINS_BASE_VERSION_MICRO = 2;
public const int PLUGINS_BASE_VERSION_MINOR = 15;
public const int PLUGINS_BASE_VERSION_NANO = 0;
#endregion
diff --git a/sources/generated/Gst/Constants.cs b/sources/generated/Gst/Constants.cs
index 6b08374..6540d0d 100644
--- a/sources/generated/Gst/Constants.cs
+++ b/sources/generated/Gst/Constants.cs
@@ -165,7 +165,7 @@ namespace Gst {
public const int VALUE_LESS_THAN = -1;
public const int VALUE_UNORDERED = 2;
public const int VERSION_MAJOR = 1;
- public const int VERSION_MICRO = 1;
+ public const int VERSION_MICRO = 2;
public const int VERSION_MINOR = 15;
public const int VERSION_NANO = 0;
#endregion
diff --git a/sources/generated/gstreamer-sharp-api.xml b/sources/generated/gstreamer-sharp-api.xml
index 0bd495f..bfa2186 100644
--- a/sources/generated/gstreamer-sharp-api.xml
+++ b/sources/generated/gstreamer-sharp-api.xml
@@ -11690,7 +11690,7 @@
<constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN" />
<constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
- <constant value="1" ctype="gint" gtype="gint" name="VERSION_MICRO" />
+ <constant value="2" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="15" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" />
</object>
@@ -20912,7 +20912,7 @@
<constant value="online-service" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_ONLINE_SERVICE" />
<constant value="storage-editing" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_STORAGE_EDITING" />
<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="2" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
<constant value="15" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
</object>
diff --git a/sources/gstreamer-sharp-api.raw b/sources/gstreamer-sharp-api.raw
index 3d65968..cb1051f 100644
--- a/sources/gstreamer-sharp-api.raw
+++ b/sources/gstreamer-sharp-api.raw
@@ -12815,7 +12815,7 @@
<constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN"/>
<constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED"/>
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR"/>
- <constant value="1" ctype="gint" gtype="gint" name="VERSION_MICRO"/>
+ <constant value="2" ctype="gint" gtype="gint" name="VERSION_MICRO"/>
<constant value="15" ctype="gint" gtype="gint" name="VERSION_MINOR"/>
<constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO"/>
</object>
@@ -20986,7 +20986,7 @@
<constant value="online-service" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_ONLINE_SERVICE"/>
<constant value="storage-editing" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_STORAGE_EDITING"/>
<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="2" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO"/>
<constant value="15" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR"/>
<constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO"/>
</object>