Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex Ashley
gst-plugins-bad
Commits
84da104b
Commit
84da104b
authored
Mar 13, 2018
by
Tim-Philipp Müller
🐠
Browse files
Release 1.13.91
parent
609af44f
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
84da104b
This diff is collapsed.
Click to expand it.
NEWS
View file @
84da104b
This diff is collapsed.
Click to expand it.
RELEASE
View file @
84da104b
This is GStreamer gst-plugins-bad 1.13.9
0
.
This is GStreamer gst-plugins-bad 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 @
84da104b
...
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.69])
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
AC_INIT([GStreamer Bad Plug-ins],[1.13.9
0
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AC_INIT([GStreamer Bad Plug-ins],[1.13.9
1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AG_GST_INIT
...
...
@@ -51,11 +51,11 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 139
0
, 0, 139
0
)
AS_LIBTOOL(GST, 139
1
, 0, 139
1
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.13.9
0
GSTPB_REQ=1.13.9
0
GST_REQ=1.13.9
1
GSTPB_REQ=1.13.9
1
dnl *** autotools stuff ****
...
...
gst-plugins-bad.doap
View file @
84da104b
...
...
@@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
</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-bad/gst-plugins-bad-1.13.91.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.13.90</revision>
...
...
meson.build
View file @
84da104b
project
(
'gst-plugins-bad'
,
'c'
,
'cpp'
,
version
:
'1.13.9
0
'
,
version
:
'1.13.9
1
'
,
meson_version
:
'>= 0.40.1'
,
default_options
:
[
'warning_level=1'
,
'buildtype=debugoptimized'
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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