Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Göran Jönsson
gst-plugins-base
Commits
af173025
Commit
af173025
authored
Feb 26, 2019
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.15.2
parent
2864c635
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
767 additions
and
101 deletions
+767
-101
ChangeLog
ChangeLog
+541
-0
NEWS
NEWS
+211
-96
RELEASE
RELEASE
+1
-1
configure.ac
configure.ac
+3
-3
gst-plugins-base.doap
gst-plugins-base.doap
+10
-0
meson.build
meson.build
+1
-1
No files found.
ChangeLog
View file @
af173025
This diff is collapsed.
Click to expand it.
NEWS
View file @
af173025
This diff is collapsed.
Click to expand it.
RELEASE
View file @
af173025
This is GStreamer gst-plugins-base 1.15.
1
.
This is GStreamer gst-plugins-base 1.15.
2
.
GStreamer 1.15 is the development branch leading up to the next major
stable version which will be 1.16.
...
...
configure.ac
View file @
af173025
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT([GStreamer Base Plug-ins],[1.15.
1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AC_INIT([GStreamer Base Plug-ins],[1.15.
2
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AG_GST_INIT
...
...
@@ -56,10 +56,10 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 150
1
, 0, 150
1
)
AS_LIBTOOL(GST, 150
2
, 0, 150
2
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.15.
1
GST_REQ=1.15.
2
dnl *** autotools stuff ****
...
...
gst-plugins-base.doap
View file @
af173025
...
...
@@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.15.2</revision>
<branch>master</branch>
<name></name>
<created>2019-02-26</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.15.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.15.1</revision>
...
...
meson.build
View file @
af173025
project('gst-plugins-base', 'c',
version : '1.15.
1
',
version : '1.15.
2
',
meson_version : '>= 0.47',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment