Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
abcb96b6
Commit
abcb96b6
authored
Mar 13, 2018
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.13.91
parent
3c5b0f39
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1289 additions
and
40 deletions
+1289
-40
ChangeLog
ChangeLog
+385
-0
NEWS
NEWS
+889
-35
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 @
abcb96b6
This diff is collapsed.
Click to expand it.
NEWS
View file @
abcb96b6
This diff is collapsed.
Click to expand it.
RELEASE
View file @
abcb96b6
This is GStreamer gst-plugins-base 1.13.9
0
.
This is GStreamer gst-plugins-base 1.13.9
1
.
The GStreamer team is pleased to announce the first release candidate for the
upcoming stable 1.14 release series.
...
...
configure.ac
View file @
abcb96b6
...
...
@@ -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.13.9
0
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AC_INIT([GStreamer Base Plug-ins],[1.13.9
1
],[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, 139
0, 0, 1390
)
AS_LIBTOOL(GST, 139
1, 0, 1391
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.13.9
0
GST_REQ=1.13.9
1
dnl *** autotools stuff ****
...
...
gst-plugins-base.doap
View file @
abcb96b6
...
...
@@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.13.91</revision>
<branch>master</branch>
<name></name>
<created>2018-03-13</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.13.91.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.13.90</revision>
...
...
meson.build
View file @
abcb96b6
project('gst-plugins-base', 'c',
version : '1.13.9
0
',
version : '1.13.9
1
',
meson_version : '>= 0.36.0',
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