Back to development
authorTim-Philipp Müller <tim@centricular.com>
Tue, 8 Sep 2020 15:59:17 +0000 (16:59 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 8 Sep 2020 15:59:17 +0000 (16:59 +0100)
meson.build
sources/generated/Gst.PbUtils/Constants.cs
sources/generated/Gst/Constants.cs
sources/generated/gstreamer-sharp-api.xml

index be07bcb..4cd15f4 100644 (file)
@@ -1,5 +1,5 @@
-project('gstreamer-sharp', ['cs', 'c'], version: '1.18.0',
-    meson_version: '>=0.48', license: 'LGPL')
+project('gstreamer-sharp', ['cs', 'c'], version: '1.19.0.1',
+    meson_version : '>= 0.54', license: 'LGPL')
 
 if host_machine.system() == 'osx'
   lib_prefix=''
index 1961844..82cfd9e 100644 (file)
@@ -18,8 +18,8 @@ namespace Gst.PbUtils {
                public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing";
                public const int PLUGINS_BASE_VERSION_MAJOR = 1;
                public const int PLUGINS_BASE_VERSION_MICRO = 0;
-               public const int PLUGINS_BASE_VERSION_MINOR = 18;
-               public const int PLUGINS_BASE_VERSION_NANO = 0;
+               public const int PLUGINS_BASE_VERSION_MINOR = 19;
+               public const int PLUGINS_BASE_VERSION_NANO = 1;
 #endregion
        }
 }
index ae90bf9..12d2533 100644 (file)
@@ -169,8 +169,8 @@ namespace Gst {
                public const int VALUE_UNORDERED = 2;
                public const int VERSION_MAJOR = 1;
                public const int VERSION_MICRO = 0;
-               public const int VERSION_MINOR = 18;
-               public const int VERSION_NANO = 0;
+               public const int VERSION_MINOR = 19;
+               public const int VERSION_NANO = 1;
 #endregion
        }
 }
index 1247ced..8038b97 100644 (file)
       <constant value="1" ctype="gint" gtype="gint" name="VALUE_GREATER_THAN" />
       <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="0" ctype="gint" gtype="gint"   name="VERSION_MICRO" />
-      <constant value="18" 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_MAJOR" />
+      <constant value="0" ctype="gint" gtype="gint" name="VERSION_MICRO" />
+      <constant value="19" ctype="gint" gtype="gint" name="VERSION_MINOR" />
+      <constant value="1" ctype="gint" gtype="gint" name="VERSION_NANO" />
     </object>
     <class name="Parse" cname="GstParse" disable_void_ctor="1">
       <method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
       <constant value="file-extension" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_FILE_EXTENSION" />
       <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="0" ctype="gint" gtype="gint"   name="PLUGINS_BASE_VERSION_MICRO" />
-      <constant value="18" 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_MAJOR" />
+      <constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
+      <constant value="19" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
+      <constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
     </object>
   </namespace>
   <namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">