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
gstreamer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
409
Issues
409
List
Boards
Labels
Service Desk
Milestones
Merge Requests
82
Merge Requests
82
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gstreamer
Commits
afb3d1b3
Commit
afb3d1b3
authored
Jul 20, 2018
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.14.2
parent
0f758345
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
286 additions
and
142 deletions
+286
-142
ChangeLog
ChangeLog
+46
-0
NEWS
NEWS
+225
-137
RELEASE
RELEASE
+2
-2
configure.ac
configure.ac
+2
-2
gstreamer.doap
gstreamer.doap
+10
-0
meson.build
meson.build
+1
-1
No files found.
ChangeLog
View file @
afb3d1b3
=== release 1.14.2 ===
2018-07-20 00:46:55 +0100 Tim-Philipp Müller <tim@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gstreamer.doap:
* meson.build:
Release 1.14.2
2018-07-20 00:46:55 +0100 Tim-Philipp Müller <tim@centricular.com>
* docs/plugins/inspect/plugin-coreelements.xml:
* docs/plugins/inspect/plugin-coretracers.xml:
Update docs
2018-07-18 21:13:57 -0400 Thibault Saunier <tsaunier@igalia.com>
* libs/gst/base/gstbasetransform.c:
basetransform: Do not check if NULL is an emtpy caps
gst_base_transform_transform_caps can return NULL in various conditions
thus we should not treat its result as valid caps.
In all other places NULL is properly handled.
2018-06-18 16:29:18 +0200 Edward Hervey <edward@centricular.com>
* plugins/elements/gstconcat.c:
concat: Properly forward the SEGMENT seqnum
2018-05-21 09:14:37 +0200 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* gst/gstmeta.c:
* gst/gstprotection.c:
gst: add some GIR array annotations
2018-05-20 13:53:31 +0200 Christoph Reiter <reiter.christoph@gmail.com>
* libs/gst/controller/controller_mkenum.py:
meson: Fix detection of glib-mkenums under MSYS2
Under MSYS2 glib-mkenums is an executable and has a .exe extension and
the path does not end with "glib-mkenums".
Make the script compare the path without the file extension instead.
https://bugzilla.gnome.org/show_bug.cgi?id=796273
=== release 1.14.1 ===
2018-05-17 13:17:26 +0100 Tim-Philipp Müller <tim@centricular.com>
NEWS
View file @
afb3d1b3
This diff is collapsed.
Click to expand it.
RELEASE
View file @
afb3d1b3
This is GStreamer core 1.14.
1
.
This is GStreamer core 1.14.
2
.
The GStreamer team is pleased to announce a
new
bug-fix release in the
The GStreamer team is pleased to announce a
nother
bug-fix release in the
stable 1.x API series of your favourite cross-platform multimedia framework!
The 1.14 release series adds new features on top of the 1.12 series and is
...
...
configure.ac
View file @
afb3d1b3
...
...
@@ -4,7 +4,7 @@ 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
dnl
AC_INIT([GStreamer],[1.14.
1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
AC_INIT([GStreamer],[1.14.
2
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
AG_GST_INIT
dnl initialize automake (we require GNU make)
...
...
@@ -62,7 +62,7 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 140
1, 0, 1401
)
AS_LIBTOOL(GST, 140
2, 0, 1402
)
dnl *** autotools stuff ****
...
...
gstreamer.doap
View file @
afb3d1b3
...
...
@@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.14.2</revision>
<branch>1.14</branch>
<name></name>
<created>2018-07-20</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.14.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.14.1</revision>
...
...
meson.build
View file @
afb3d1b3
project('gstreamer', 'c',
version : '1.14.
1
',
version : '1.14.
2
',
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