mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
Release 1.19.3
This commit is contained in:
parent
d51b091cd9
commit
f513c289b0
70 changed files with 780 additions and 130 deletions
|
@ -1,5 +1,5 @@
|
|||
project('gstreamer-full', 'c',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : ['buildtype=debugoptimized',
|
||||
# Needed due to https://github.com/mesonbuild/meson/issues/1889,
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gst-devtools.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-10-30 16:22:39 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* validate/tests/launcher_tests/foreach/flow-expectations/log-sink-sink-expected:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gst-devtools 1.19.2.
|
||||
This is GStreamer gst-devtools 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -53,6 +53,16 @@
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-devtools', 'c',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'c_std=gnu99',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('GStreamer manuals and tutorials', 'c',
|
||||
version: '1.19.2.1',
|
||||
version: '1.19.3',
|
||||
meson_version : '>= 0.59')
|
||||
|
||||
hotdoc_p = find_program('hotdoc')
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gst-editing-services.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-10-25 11:37:45 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gst-editing-services 1.19.2.
|
||||
This is GStreamer gst-editing-services 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -30,6 +30,16 @@ GStreamer library for creating audio and video editors
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-editing-services', 'c',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('gst-examples', 'c', version : '1.19.2.1', license : 'LGPL')
|
||||
project('gst-examples', 'c', version : '1.19.3', license : 'LGPL')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
m_dep = cc.find_library('m', required : false)
|
||||
|
|
|
@ -1 +1 @@
|
|||
project('gst-integration-testsuites', [], version: '1.19.2.1', meson_version : '>= 0.59', license: 'LGPL')
|
||||
project('gst-integration-testsuites', [], version: '1.19.3', meson_version : '>= 0.59', license: 'LGPL')
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gst-libav.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-10-25 11:37:45 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gst-libav 1.19.2.
|
||||
This is GStreamer gst-libav 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -32,6 +32,16 @@ colorspace conversion elements.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-libav', 'c', 'cpp',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gst-omx.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-10-18 15:47:00 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* tests/check/meson.build:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gst-omx 1.19.2.
|
||||
This is GStreamer gst-omx 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -31,6 +31,16 @@ a basic collection of elements
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-omx', 'c',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gst-plugins-bad.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-11-02 09:40:43 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
|
||||
|
||||
* gst-libs/gst/codecs/gstmpeg2decoder.c:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gst-plugins-bad 1.19.2.
|
||||
This is GStreamer gst-plugins-bad 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-plugins-bad', 'c', 'cpp',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gst-plugins-base.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-11-01 15:48:58 -0400 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gst-libs/gst/gl/egl/gstglcontext_egl.c:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gst-plugins-base 1.19.2.
|
||||
This is GStreamer gst-plugins-base 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-plugins-base', 'c',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* docs/gst_plugins_cache.json:
|
||||
* gst-plugins-good.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-11-02 16:46:08 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* docs/gst_plugins_cache.json:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gst-plugins-good 1.19.2.
|
||||
This is GStreamer gst-plugins-good 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -6607,7 +6607,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer 1.19.2.1 FLV muxer",
|
||||
"default": "GStreamer 1.19.3 FLV muxer",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
@ -6619,7 +6619,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer 1.19.2.1 FLV muxer",
|
||||
"default": "GStreamer 1.19.3 FLV muxer",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
@ -20251,7 +20251,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer/1.19.2.1",
|
||||
"default": "GStreamer/1.19.3",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
@ -22208,7 +22208,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer souphttpsrc 1.19.2.1 ",
|
||||
"default": "GStreamer souphttpsrc 1.19.3 ",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
|
|
@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-plugins-good', 'c',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gst-plugins-ugly.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-10-25 11:37:45 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gst-plugins-ugly 1.19.2.
|
||||
This is GStreamer gst-plugins-ugly 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -33,6 +33,16 @@ might be widely known to present patent problems.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-plugins-ugly', 'c',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gst-python.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-10-27 17:20:39 +1300 Chris Wiggins <chris@wiggins.nz>
|
||||
|
||||
* examples/plugins/python/py_audiotestsrc.py:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gst-python 1.19.2.
|
||||
This is GStreamer gst-python 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -30,6 +30,16 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-python', 'c', 'cpp',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'c_std=gnu99',
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* docs/gst_plugins_cache.json:
|
||||
* gst-rtsp-server.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-10-25 11:37:45 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gst-rtsp-server 1.19.2.
|
||||
This is GStreamer gst-rtsp-server 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -321,7 +321,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer/1.19.2.1",
|
||||
"default": "GStreamer/1.19.3",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
|
|
@ -30,6 +30,16 @@ RTSP server library based on GStreamer
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-rtsp-server', 'c',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('gstreamer-sharp', ['cs', 'c'], version: '1.19.2.1',
|
||||
project('gstreamer-sharp', ['cs', 'c'], version: '1.19.3',
|
||||
meson_version : '>= 0.59', license: 'LGPL')
|
||||
|
||||
if host_machine.system() == 'osx'
|
||||
|
|
|
@ -17,9 +17,9 @@ namespace Gst.PbUtils {
|
|||
public const string ENCODING_CATEGORY_ONLINE_SERVICE = @"online-service";
|
||||
public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing";
|
||||
public const int PLUGINS_BASE_VERSION_MAJOR = 1;
|
||||
public const int PLUGINS_BASE_VERSION_MICRO = 2;
|
||||
public const int PLUGINS_BASE_VERSION_MICRO = 3;
|
||||
public const int PLUGINS_BASE_VERSION_MINOR = 19;
|
||||
public const int PLUGINS_BASE_VERSION_NANO = 1;
|
||||
public const int PLUGINS_BASE_VERSION_NANO = 0;
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
@ -170,9 +170,9 @@ namespace Gst {
|
|||
public const int VALUE_LESS_THAN = -1;
|
||||
public const int VALUE_UNORDERED = 2;
|
||||
public const int VERSION_MAJOR = 1;
|
||||
public const int VERSION_MICRO = 2;
|
||||
public const int VERSION_MICRO = 3;
|
||||
public const int VERSION_MINOR = 19;
|
||||
public const int VERSION_NANO = 1;
|
||||
public const int VERSION_NANO = 0;
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12127,10 +12127,10 @@
|
|||
<constant value="1" ctype="gint" gtype="gint" name="VALUE_GREATER_THAN" />
|
||||
<constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN" />
|
||||
<constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED" />
|
||||
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
|
||||
<constant value="2" ctype="gint" gtype="gint" name="VERSION_MICRO" />
|
||||
<constant value="19" ctype="gint" gtype="gint" name="VERSION_MINOR" />
|
||||
<constant value="1" ctype="gint" gtype="gint" name="VERSION_NANO" />
|
||||
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
|
||||
<constant value="3" ctype="gint" gtype="gint" name="VERSION_MICRO" />
|
||||
<constant value="19" ctype="gint" gtype="gint" name="VERSION_MINOR" />
|
||||
<constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" />
|
||||
</object>
|
||||
<class name="Parse" cname="GstParse" disable_void_ctor="1">
|
||||
<method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
|
||||
|
@ -21582,10 +21582,10 @@
|
|||
<constant value="file-extension" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_FILE_EXTENSION" />
|
||||
<constant value="online-service" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_ONLINE_SERVICE" />
|
||||
<constant value="storage-editing" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_STORAGE_EDITING" />
|
||||
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
|
||||
<constant value="2" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
|
||||
<constant value="19" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
|
||||
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
|
||||
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
|
||||
<constant value="3" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
|
||||
<constant value="19" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
|
||||
<constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
|
||||
</object>
|
||||
</namespace>
|
||||
<namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gstreamer-vaapi.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-10-18 15:47:00 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* tests/check/meson.build:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer gstreamer-vaapi 1.19.2.
|
||||
This is GStreamer gstreamer-vaapi 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -25,6 +25,16 @@
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gstreamer-vaapi', 'c',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=== release 1.19.3 ===
|
||||
|
||||
2021-11-03 15:43:36 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gstreamer.doap:
|
||||
* meson.build:
|
||||
Release 1.19.3
|
||||
|
||||
2021-11-03 15:43:32 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
Update ChangeLogs for 1.19.3
|
||||
|
||||
2021-10-30 00:34:35 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* gst/gstinfo.c:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GStreamer 1.20 Release Notes
|
||||
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release
|
||||
around October/November 2021.
|
||||
GStreamer 1.20 has not been released yet. It is scheduled for release in
|
||||
November 2021.
|
||||
|
||||
1.19.x is the unstable development version that is being developed in
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.2
|
||||
the git main branch and which will eventually result in 1.20, and 1.19.3
|
||||
is the current development release in that series
|
||||
|
||||
It is expected that feature freeze will be in early October 2021,
|
||||
|
@ -17,7 +17,7 @@ release around October/November 2021.
|
|||
See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
|
||||
version of this document.
|
||||
|
||||
Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
|
||||
Last updated: Monday 1 November 2021, 01:00 UTC (log)
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -58,6 +58,17 @@ The following elements or plugins have been removed:
|
|||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- The ofa audio fingerprinting plugin has been removed. The MusicIP
|
||||
database has been defunct for years so this plugin is likely neither
|
||||
useful nor used by anyone.
|
||||
|
||||
- The mms plugin containing mmssrc has been removed. It seems unlikely
|
||||
anyone still needs this or that there are even any streams left out
|
||||
there. The MMS protocol was deprecated in 2003 (in favour of RTSP)
|
||||
and support for it was dropped with Microsoft Media Services 2008,
|
||||
and Windows Media Player apparently also does not support it any
|
||||
more.
|
||||
|
||||
Miscellaneous API additions
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
@ -186,12 +197,26 @@ Generic Rust plugins
|
|||
|
||||
Build and Dependencies
|
||||
|
||||
- this section will be filled in in due course
|
||||
- Meson 0.59 or newer is required to build GStreamer now.
|
||||
|
||||
gst-build
|
||||
- FIXME: this section will be filled in in due course
|
||||
|
||||
Explicit opt-in required for build of certain plugins with (A)GPL dependencies
|
||||
|
||||
Some plugins have GPL- or AGPL-licensed dependencies and those plugins
|
||||
will no longer be built by default unless you have explicitly opted in
|
||||
to allow (A)GPL-licensed dependencies by passing -Dgpl=enabled to Meson,
|
||||
even if the required dependencies are available.
|
||||
|
||||
See Building plugins with (A)GPL-licensed dependencies for more details
|
||||
and a non-exhaustive list of plugins affected.
|
||||
|
||||
gst-build: replaced by Monorepo
|
||||
|
||||
- this section will be filled in in due course
|
||||
|
||||
- FIXME: describe + link to Monorepo FAQ
|
||||
|
||||
Cerbero
|
||||
|
||||
Cerbero is a meta build system used to build GStreamer plus dependencies
|
||||
|
@ -246,11 +271,15 @@ Documentation improvements
|
|||
|
||||
Possibly Breaking Changes
|
||||
|
||||
- this section will be filled in in due course
|
||||
- FIXME: this section will be filled in in due course
|
||||
- MPEG-TS SCTE-35 API changes (FIXME: flesh out)
|
||||
- gst_parse_launch() and friends now error out on non-existing
|
||||
properties on top-level bins where they would silently fail and
|
||||
ignore those before.
|
||||
- playbin and uridecodebin now emit the source-setup signal before the
|
||||
element is added to the bin and linked so that the source element is
|
||||
already configured before any scheduling query comes in, which is
|
||||
useful for elements such as appsrc or giostreamsrc. (Merge Request)
|
||||
|
||||
Known Issues
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer core 1.19.2.
|
||||
This is GStreamer core 1.19.3.
|
||||
|
||||
GStreamer 1.19 is the development branch leading up to the next major
|
||||
stable version which will be 1.20.
|
||||
|
|
|
@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.3</revision>
|
||||
<branch>main</branch>
|
||||
<name></name>
|
||||
<created>2021-11-03</created>
|
||||
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.19.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.19.2</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gstreamer', 'c',
|
||||
version : '1.19.2.1',
|
||||
version : '1.19.3',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
Loading…
Reference in a new issue