Release 1.15.2
authorTim-Philipp Müller <tim@centricular.com>
Tue, 26 Feb 2019 13:08:26 +0000 (13:08 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 27 Feb 2019 08:08:40 +0000 (08:08 +0000)
girs/Gst-1.0.gir
girs/GstPbutils-1.0.gir
meson.build
sources/generated/Gst.PbUtils/Constants.cs
sources/generated/Gst/Constants.cs
sources/generated/gstreamer-sharp-api.xml
sources/gstreamer-sharp-api.raw

index 9093856..856a7d8 100644 (file)
@@ -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>
index 71f5f15..0f4a5d3 100644 (file)
@@ -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"/>
index 673ec91..ae9f0f0 100644 (file)
@@ -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'
index d907cfe..4a899c7 100644 (file)
@@ -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
index 6b08374..6540d0d 100644 (file)
@@ -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
index 0bd495f..bfa2186 100644 (file)
       <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>
       <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>
index 3d65968..cb1051f 100644 (file)
       <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>
       <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>