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-editing-services
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
77
Issues
77
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
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
gst-editing-services
Commits
dba379fa
Commit
dba379fa
authored
Sep 08, 2020
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.18.0
parent
0eeb981e
Pipeline
#199310
waiting for manual action with stages
in 1 minute and 4 seconds
Changes
6
Pipelines
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2110 additions
and
71 deletions
+2110
-71
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
ChangeLog
ChangeLog
+31
-0
NEWS
NEWS
+2059
-64
RELEASE
RELEASE
+8
-5
gst-editing-services.doap
gst-editing-services.doap
+10
-0
meson.build
meson.build
+1
-1
No files found.
.gitlab-ci.yml
View file @
dba379fa
include
:
"
https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/
master
/gitlab/ci_template.yml"
include
:
"
https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/
1.18
/gitlab/ci_template.yml"
ChangeLog
View file @
dba379fa
=== release 1.18.0 ===
2020-09-08 00:09:25 +0100 Tim-Philipp Müller <tim@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* gst-editing-services.doap:
* meson.build:
Release 1.18.0
2020-09-04 10:43:05 -0400 Thibault Saunier <tsaunier@igalia.com>
* docs/gst_plugins_cache.json:
* plugins/ges/gesdemux.c:
demux: Fixate documentation caps
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/210>
2020-08-22 00:57:06 +1000 Jan Schmidt <jan@centricular.com>
* tests/check/scenarios/complex_effect_bin_desc/flow-expectations/log-videosink-sink-expected:
complex_effect_bin_desc: Regenerate expectation for compositor change
Part of: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/796
2020-08-20 21:09:31 -0400 Thibault Saunier <tsaunier@igalia.com>
* tests/check/meson.build:
tests: Fix running tests fully uninstalled
Fixes https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/issues/118
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/206>
=== release 1.17.90 ===
2020-08-20 16:16:01 +0100 Tim-Philipp Müller <tim@centricular.com>
...
...
NEWS
View file @
dba379fa
This diff is collapsed.
Click to expand it.
RELEASE
View file @
dba379fa
This is GStreamer gst-editing-services 1.1
7.9
0.
This is GStreamer gst-editing-services 1.1
8.
0.
GStreamer 1.17 is the development branch leading up to the next major
stable version which will be 1.18.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
The 1.17 development series adds new features on top of the 1.16 series and is
As always, this release is again packed with new features, bug fixes and
other improvements.
The 1.18 release series adds new features on top of the 1.16 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes
will one day
be found at:
Full release notes
can
be found at:
https://gstreamer.freedesktop.org/releases/1.18/
...
...
gst-editing-services.doap
View file @
dba379fa
...
...
@@ -30,6 +30,16 @@ GStreamer library for creating audio and video editors
</GitRepository>
</repository>
<release>
<Version>
<revision>1.18.0</revision>
<branch>master</branch>
<name></name>
<created>2020-09-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.18.0.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.17.90</revision>
...
...
meson.build
View file @
dba379fa
project('gst-editing-services', 'c',
version : '1.1
7.9
0',
version : '1.1
8.
0',
meson_version : '>= 0.49',
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