Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeongjin Jeong
gst-plugins-bad
Commits
84da104b
Commit
84da104b
authored
Mar 13, 2018
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.13.91
parent
609af44f
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1441 additions
and
41 deletions
+1441
-41
ChangeLog
ChangeLog
+536
-0
NEWS
NEWS
+889
-35
RELEASE
RELEASE
+1
-1
configure.ac
configure.ac
+4
-4
gst-plugins-bad.doap
gst-plugins-bad.doap
+10
-0
meson.build
meson.build
+1
-1
No files found.
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, 1390
)
AS_LIBTOOL(GST, 139
1, 0, 1391
)
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
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