summaryrefslogtreecommitdiff
path: root/girs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-04-19 11:24:10 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-04-19 11:24:10 +0100
commitf2370ad2884bb6fac107597eeb37b6a5086f3b9a (patch)
treec6a611ef68775b6c40a125422e5dc4bc500ae9b6 /girs
parent6ad219d5f9571621cf78643c854717170027cbec (diff)
downloadgstreamer-f2370ad2884bb6fac107597eeb37b6a5086f3b9a.tar.gz
Back to development
Diffstat (limited to 'girs')
-rw-r--r--girs/Gst-1.0.gir4
-rw-r--r--girs/GstPbutils-1.0.gir4
2 files changed, 4 insertions, 4 deletions
diff --git a/girs/Gst-1.0.gir b/girs/Gst-1.0.gir
index f216946ab4..c58eaa5368 100644
--- a/girs/Gst-1.0.gir
+++ b/girs/Gst-1.0.gir
@@ -45280,11 +45280,11 @@ determine a order for the two provided values.</doc>
<doc xml:space="preserve">The micro version of GStreamer at compile time:</doc>
<type name="gint" c:type="gint"/>
</constant>
- <constant name="VERSION_MINOR" value="16" c:type="GST_VERSION_MINOR">
+ <constant name="VERSION_MINOR" value="17" c:type="GST_VERSION_MINOR">
<doc xml:space="preserve">The minor version of GStreamer at compile time:</doc>
<type name="gint" c:type="gint"/>
</constant>
- <constant name="VERSION_NANO" value="0" c:type="GST_VERSION_NANO">
+ <constant name="VERSION_NANO" value="1" c:type="GST_VERSION_NANO">
<doc xml:space="preserve">The nano version of GStreamer at compile time:
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>
<type name="gint" c:type="gint"/>
diff --git a/girs/GstPbutils-1.0.gir b/girs/GstPbutils-1.0.gir
index 5c70c88316..e68342b582 100644
--- a/girs/GstPbutils-1.0.gir
+++ b/girs/GstPbutils-1.0.gir
@@ -2759,13 +2759,13 @@ in debugging.</doc>
<type name="gint" c:type="gint"/>
</constant>
<constant name="PLUGINS_BASE_VERSION_MINOR"
- value="16"
+ value="17"
c:type="GST_PLUGINS_BASE_VERSION_MINOR">
<doc xml:space="preserve">The minor version of GStreamer's gst-plugins-base libraries at compile time.</doc>
<type name="gint" c:type="gint"/>
</constant>
<constant name="PLUGINS_BASE_VERSION_NANO"
- value="0"
+ value="1"
c:type="GST_PLUGINS_BASE_VERSION_NANO">
<doc xml:space="preserve">The nano version of GStreamer's gst-plugins-base libraries at compile time.
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>