Merge remote-tracking branch 'gst-plugins-ugly/tizen_gst_1.19.2' into tizen_gst_1...
[platform/upstream/gstreamer.git] / NEWS
1 GStreamer 1.20 Release Notes
2
3 GStreamer 1.20 has not been released yet. It is scheduled for release
4 around October/November 2021.
5
6 1.19.x is the unstable development version that is being developed in
7 the git main branch and which will eventually result in 1.20, and 1.19.2
8 is the current development release in that series
9
10 It is expected that feature freeze will be in early October 2021,
11 followed by one or two 1.19.9x pre-releases and the new 1.20 stable
12 release around October/November 2021.
13
14 1.20 will be backwards-compatible to the stable 1.18, 1.16, 1.14, 1.12,
15 1.10, 1.8, 1.6,, 1.4, 1.2 and 1.0 release series.
16
17 See https://gstreamer.freedesktop.org/releases/1.20/ for the latest
18 version of this document.
19
20 Last updated: Wednesday 22 September 2021, 18:00 UTC (log)
21
22 Introduction
23
24 The GStreamer team is proud to announce a new major feature release in
25 the stable 1.x API series of your favourite cross-platform multimedia
26 framework!
27
28 As always, this release is again packed with many new features, bug
29 fixes and other improvements.
30
31 Highlights
32
33 -   this section will be completed in due course
34
35 Major new features and changes
36
37 Noteworthy new features and API
38
39 -   this section will be filled in in due course
40
41 New elements
42
43 -   this section will be filled in in due course
44
45 New element features and additions
46
47 -   this section will be filled in in due course
48
49 Plugin and library moves
50
51 -   this section will be filled in in due course
52
53 -   There were no plugin moves or library moves in this cycle.
54
55 Plugin removals
56
57 The following elements or plugins have been removed:
58
59 -   this section will be filled in in due course
60
61 Miscellaneous API additions
62
63 -   this section will be filled in in due course
64
65 Miscellaneous performance, latency and memory optimisations
66
67 -   this section will be filled in in due course
68
69 Miscellaneous other changes and enhancements
70
71 -   this section will be filled in in due course
72
73 Tracing framework and debugging improvements
74
75 -   this section will be filled in in due course
76
77 Tools
78
79 -   this section will be filled in in due course
80
81 GStreamer RTSP server
82
83 -   this section will be filled in in due course
84
85 GStreamer VAAPI
86
87 -   this section will be filled in in due course
88
89 GStreamer OMX
90
91 -   this section will be filled in in due course
92
93 GStreamer Editing Services and NLE
94
95 -   this section will be filled in in due course
96
97 GStreamer validate
98
99 -   this section will be filled in in due course
100
101 GStreamer Python Bindings
102
103 -   this section will be filled in in due course
104
105 GStreamer C# Bindings
106
107 -   this section will be filled in in due course
108
109 GStreamer Rust Bindings and Rust Plugins
110
111 The GStreamer Rust bindings are released separately with a different
112 release cadence that’s tied to gtk-rs, but the latest release has
113 already been updated for the upcoming new GStreamer 1.20 API.
114
115 gst-plugins-rs, the module containing GStreamer plugins written in Rust,
116 has also seen lots of activity with many new elements and plugins.
117
118 What follows is a list of elements and plugins available in
119 gst-plugins-rs, so people don’t miss out on all those potentially useful
120 elements that have no C equivalent.
121
122 -   FIXME: add new elements
123
124 Rust audio plugins
125
126 -   audiornnoise: New element for audio denoising which implements the
127     noise removal algorithm of the Xiph RNNoise library, in Rust
128 -   rsaudioecho: Port of the audioecho element from gst-plugins-good
129     rsaudioloudnorm: Live audio loudness normalization element based on
130     the FFmpeg af_loudnorm filter
131 -   claxondec: FLAC lossless audio codec decoder element based on the
132     pure-Rust claxon implementation
133 -   csoundfilter: Audio filter that can use any filter defined via the
134     Csound audio programming language
135 -   lewtondec: Vorbis audio decoder element based on the pure-Rust
136     lewton implementation
137
138 Rust video plugins
139
140 -   cdgdec/cdgparse: Decoder and parser for the CD+G video codec based
141     on a pure-Rust CD+G implementation, used for example by karaoke CDs
142 -   cea608overlay: CEA-608 Closed Captions overlay element
143 -   cea608tott: CEA-608 Closed Captions to timed-text (e.g. VTT or SRT
144     subtitles) converter
145 -   tttocea608: CEA-608 Closed Captions from timed-text converter
146 -   mccenc/mccparse: MacCaption Closed Caption format encoder and parser
147 -   sccenc/sccparse: Scenarist Closed Caption format encoder and parser
148 -   dav1dec: AV1 video decoder based on the dav1d decoder implementation
149     by the VLC project
150 -   rav1enc: AV1 video encoder based on the fast and pure-Rust rav1e
151     encoder implementation
152 -   rsflvdemux: Alternative to the flvdemux FLV demuxer element from
153     gst-plugins-good, not feature-equivalent yet
154 -   rsgifenc/rspngenc: GIF/PNG encoder elements based on the pure-Rust
155     implementations by the image-rs project
156
157 Rust text plugins
158
159 -   textwrap: Element for line-wrapping timed text (e.g. subtitles) for
160     better screen-fitting, including hyphenation support for some
161     languages
162
163 Rust network plugins
164
165 -   reqwesthttpsrc: HTTP(S) source element based on the Rust
166     reqwest/hyper HTTP implementations and almost feature-equivalent
167     with the main GStreamer HTTP source souphttpsrc
168 -   s3src/s3sink: Source/sink element for the Amazon S3 cloud storage
169 -   awstranscriber: Live audio to timed text transcription element using
170     the Amazon AWS Transcribe API
171
172 Generic Rust plugins
173
174 -   sodiumencrypter/sodiumdecrypter: Encryption/decryption element based
175     on libsodium/NaCl
176 -   togglerecord: Recording element that allows to pause/resume
177     recordings easily and considers keyframe boundaries
178 -   fallbackswitch/fallbacksrc: Elements for handling potentially
179     failing (network) sources, restarting them on errors/timeout and
180     showing a fallback stream instead
181 -   threadshare: Set of elements that provide alternatives for various
182     existing GStreamer elements but allow to share the streaming threads
183     between each other to reduce the number of threads
184 -   rsfilesrc/rsfilesink: File source/sink elements as replacements for
185     the existing filesrc/filesink elements
186
187 Build and Dependencies
188
189 -   this section will be filled in in due course
190
191 gst-build
192
193 -   this section will be filled in in due course
194
195 Cerbero
196
197 Cerbero is a meta build system used to build GStreamer plus dependencies
198 on platforms where dependencies are not readily available, such as
199 Windows, Android, iOS and macOS.
200
201 General improvements
202
203 -   this section will be filled in in due course
204
205 macOS / iOS
206
207 -   this section will be filled in in due course
208
209 Windows
210
211 -   this section will be filled in in due course
212
213 Windows MSI installer
214
215 -   this section will be filled in in due course
216
217 Linux
218
219 -   this section will be filled in in due course
220
221 Android
222
223 -   this section will be filled in in due course
224
225 Platform-specific changes and improvements
226
227 Android
228
229 -   this section will be filled in in due course
230
231 macOS and iOS
232
233 -   this section will be filled in in due course
234
235 Windows
236
237 -   this section will be filled in in due course
238
239 Linux
240
241 -   this section will be filled in in due course
242
243 Documentation improvements
244
245 -   this section will be filled in in due course
246
247 Possibly Breaking Changes
248
249 -   this section will be filled in in due course
250 -   MPEG-TS SCTE-35 API changes (FIXME: flesh out)
251 -   gst_parse_launch() and friends now error out on non-existing
252     properties on top-level bins where they would silently fail and
253     ignore those before.
254
255 Known Issues
256
257 -   this section will be filled in in due course
258
259 -   There are a couple of known WebRTC-related regressions/blockers:
260
261     -   webrtc: DTLS setup with Chrome is broken
262     -   webrtcbin: First keyframe is usually lost
263
264 Contributors
265
266 -   this section will be filled in in due course
267
268 … and many others who have contributed bug reports, translations, sent
269 suggestions or helped testing.
270
271 Stable 1.20 branch
272
273 After the 1.20.0 release there will be several 1.20.x bug-fix releases
274 which will contain bug fixes which have been deemed suitable for a
275 stable branch, but no new features or intrusive changes will be added to
276 a bug-fix release usually. The 1.20.x bug-fix releases will be made from
277 the git 1.20 branch, which will be a stable branch.
278
279 1.20.0
280
281 1.20.0 is scheduled to be released around October/November 2021.
282
283 Schedule for 1.22
284
285 Our next major feature release will be 1.22, and 1.21 will be the
286 unstable development version leading up to the stable 1.22 release. The
287 development of 1.21/1.22 will happen in the git main branch.
288
289 The plan for the 1.22 development cycle is yet to be confirmed.
290
291 1.22 will be backwards-compatible to the stable 1.20, 1.18, 1.16, 1.14,
292 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series.
293
294 ------------------------------------------------------------------------
295
296 These release notes have been prepared by Tim-Philipp Müller with
297 contributions from …
298
299 License: CC BY-SA 4.0