Release 1.15.90
[platform/upstream/gstreamer.git] / NEWS
1
2
3 GSTREAMER 1.16 RELEASE NOTES
4
5
6 GStreamer 1.16 has not been released yet. It is scheduled for release in
7 April 2019.
8
9 1.15.x is the unstable development version that is being developed in
10 the git master branch and which will eventually result in 1.16.
11
12 1.16 will be backwards-compatible to the stable 1.14, 1.12, 1.10, 1.8,
13 1.6, 1.4, 1.2 and 1.0 release series.
14
15 See https://gstreamer.freedesktop.org/releases/1.16/ for the latest
16 version of this document.
17
18 _Last updated: Wednesday 10 April 2019, 00:50 UTC (log)_
19
20
21 Introduction
22
23 The GStreamer team is proud to announce a new major feature release in
24 the stable 1.x API series of your favourite cross-platform multimedia
25 framework!
26
27 As always, this release is again packed with many new features, bug
28 fixes and other improvements.
29
30
31 Highlights
32
33 -   GStreamer WebRTC stack gained support for data channels for
34     peer-to-peer communication based on SCTP, BUNDLE support, as well as
35     support for multiple TURN servers.
36
37 -   AV1 video codec support for Matroska and QuickTime/MP4 containers
38     and more configuration options and supported input formats for the
39     AOMedia AV1 encoder
40
41 -   Support for Closed Captions and other Ancillary Data in video
42
43 -   Support for planar (non-interleaved) raw audio
44
45 -   GstVideoAggregator, compositor and OpenGL mixer elements are now in
46     -base
47
48 -   New alternate fields interlace mode where each buffer carries a
49     single field
50
51 -   WebM and Matroska ContentEncryption support in the Matroska demuxer
52
53 -   new WebKit WPE-based web browser source element
54
55 -   Video4Linux: HEVC encoding and decoding, JPEG encoding, and improved
56     dmabuf import/export
57
58 -   Hardware-accelerated Nvidia video decoder gained support for VP8/VP9
59     decoding, whilst the encoder gained support for H.265/HEVC encoding.
60
61 -   Many improvements to the Intel Media SDK based hardware-accelerated
62     video decoder and encoder plugin (msdk): dmabuf import/export for
63     zero-copy integration with other components; VP9 decoding; 10-bit
64     HEVC encoding; video post-processing (vpp) support including
65     deinterlacing; and the video decoder now handles dynamic resolution
66     changes.
67
68 -   The ASS/SSA subtitle overlay renderer can now handle multiple
69     subtitles that overlap in time and will show them on screen
70     simultaneously
71
72 -   The Meson build is now feature-complete (*) and it is now the
73     recommended build system on all platforms. The Autotools build is
74     scheduled to be removed in the next cycle.
75
76 -   The GStreamer Rust bindings and Rust plugins module are now
77     officially part of upstream GStreamer.
78
79 -   Many performance improvements
80
81
82 Major new features and changes
83
84 Noteworthy new API
85
86 -   GstAggregator has a new "min-upstream-latency" property that forces
87     a minimum aggregate latency for the input branches of an aggregator.
88     This is useful for dynamic pipelines where branches with a higher
89     latency might be added later after the pipeline is already up and
90     running and where a change in the latency would be disruptive. This
91     only applies to the case where at least one of the input branches is
92     live though, it won’t force the aggregator into live mode in the
93     absence of any live inputs.
94
95 -   GstBaseSink gained a "processing-deadline" property and
96     setter/getter API to configure a processing deadline for live
97     pipelines. The processing deadline is the acceptable amount of time
98     to process the media in a live pipeline before it reaches the sink.
99     This is on top of the systemic latency that is normally reported by
100     the latency query. This defaults to 20ms and should make pipelines
101     such as v4l2src ! xvimagesink not claim that all frames are late in
102     the QoS events. Ideally, this should replace the "max-lateness"
103     property for most applications.
104
105 -   RTCP Extended Reports (XR) parsing according to RFC 3611:
106     Loss/Duplicate RLE, Packet Receipt Times, Receiver Reference Time,
107     Delay since the last Receiver (DLRR), Statistics Summary, and VoIP
108     Metrics reports. This only provides the ability to parse such
109     packets, generation of XR packets is not supported yet and XR
110     packets are not automatically parsed by rtpbin / rtpsession but must
111     be actively handled by the application.
112
113 -   a new mode for interlaced video was added where each buffer carries
114     a single field of interlaced video, with buffer flags indicating
115     whether the field is the top field or bottom field. Top and bottom
116     fields are expected to alternate in this mode. Caps for this
117     interlace mode must also carry a format:Interlaced caps feature to
118     ensure backwards compatibility.
119
120 -   The video library has gained support for three new raw pixel
121     formats:
122
123     -   Y410: packed 4:4:4 YUV, 10 bits per channel
124     -   Y210: packed 4:2:2 YUV, 10 bits per channel
125     -   NV12_10LE40: fully-packed 10-bit variant of NV12_10LE32,
126         i.e. without the padding bits
127
128 -   GstRTPSourceMeta is a new meta that can be used to transport
129     information about the origin of depayloaded or decoded RTP buffers,
130     e.g. when mixing audio from multiple sources into a single stream. A
131     new "source-info" property on the RTP depayloader base class
132     determines whether depayloaders should put this meta on outgoing
133     buffers. Similarly, the same property on RTP payloaders determines
134     whether they should use the information from this meta to construct
135     the CSRCs list on outgoing RTP buffers.
136
137 -   gst_sdp_message_from_text() is a convenience constructor to parse
138     SDPs from a string which is particularly useful for language
139     bindings.
140
141 Support for Planar (Non-Interleaved) Raw Audio
142
143 Raw audio samples are usually passed around in interleaved form in
144 GStreamer, which means that if there are multiple audio channels the
145 samples for each channel are interleaved in memory, e.g.
146 |LEFT|RIGHT|LEFT|RIGHT|LEFT|RIGHT| for stereo audio. A non-interleaved
147 or planar arrangement in memory would look like
148 |LEFT|LEFT|LEFT|RIGHT|RIGHT|RIGHT| instead, possibly with
149 |LEFT|LEFT|LEFT| and |RIGHT|RIGHT|RIGHT| residing in separate memory
150 chunks or separated by some padding.
151
152 GStreamer has always had signalling for non-interleaved audio since
153 version 1.0, but it was never actually properly implemented in any
154 elements. audioconvert would advertise support for it, but wasn’t
155 actually able to handle it correctly.
156
157 With this release we now have full support for non-interleaved audio as
158 well, which means more efficient integration with external APIs that
159 handle audio this way, but also more efficient processing of certain
160 operations like interleaving multiple 1-channel streams into a
161 multi-channel stream which can be done without memory copies now.
162
163 New API to support this has been added to the GStreamer Audio support
164 library: There is now a new GstAudioMeta which describes how data is
165 laid out inside the buffer, and buffers with non-interleaved audio must
166 always carry this meta. To access the non-interleaved audio samples you
167 must map such buffers with gst_audio_buffer_map() which works much like
168 gst_buffer_map() or gst_video_frame_map() in that it will populate a
169 little GstAudioBuffer helper structure passed to it with the number of
170 samples, the number of planes and pointers to the start of each plane in
171 memory. This function can also be used to map interleaved audio buffers
172 in which case there will be only one plane of interleaved samples.
173
174 Of course support for this has also been implemented in the various
175 audio helper and conversion APIs, base classes, and in elements such as
176 audioconvert, audioresample, audiotestsrc, audiorate.
177
178 Support for Closed Captions and Other Ancillary Data in Video
179
180 The video support library has gained support for detecting and
181 extracting Ancillary Data from videos as per the SMPTE S291M
182 specification, including:
183
184 -   a VBI (Vertical Blanking Interval) parser that can detect and
185     extract Ancillary Data from Vertical Blanking Interval lines of
186     component signals. This is currently supported for videos in v210
187     and UYVY format.
188
189 -   a new GstMeta for closed captions: GstVideoCaptionMeta. This
190     supports the two types of closed captions, CEA-608 and CEA-708,
191     along with the four different ways they can be transported (other
192     systems are a superset of those).
193
194 -   a VBI (Vertical Blanking Interval) encoder for writing ancillary
195     data to the Vertical Blanking Interval lines of component signals.
196
197 The new closedcaption plugin in gst-plugins-bad then makes use of all
198 this new infrastructure and provides the following elements:
199
200 -   cccombiner: a closed caption combiner that takes a closed captions
201     stream and another stream and adds the closed captions as
202     GstVideoCaptionMeta to the buffers of the other stream.
203
204 -   ccextractor: a closed caption extractor which will take
205     GstVideoCaptionMeta from input buffers and output them as a separate
206     closed captions stream.
207
208 -   ccconverter: a closed caption converter that can convert between
209     different formats
210
211 -   line21decoder: extract line21 closed captions from SD video streams
212
213 -   cc708overlay: decodes CEA 608/708 captions and overlays them on
214     video
215
216 Additionally, the following elements have also gained Closed Caption
217 support:
218
219 -   qtdemux and qtmux support CEA 608/708 Closed Caption tracks
220
221 -   mpegvideoparse extracts Closed Captions from MPEG-2 video streams
222
223 -   decklinkvideosink can output closed captions and decklinkvideosrc
224     can extract closed captions
225
226 -   playbin and playbin3 learned how to autoplug CEA 608/708 CC overlay
227     elements
228
229 -   the externally maintained ajavideosrc element for AJA capture cards
230     has support for extracting closed captions
231
232 The rsclosedcaption plugin in the Rust plugins collection includes a
233 MacCaption (MCC) file parser and encoder.
234
235 New Elements
236
237 -   overlaycomposition: New element that allows applications to draw
238     GstVideoOverlayCompositions on a stream. The element will emit the
239     "draw" signal for each video buffer, and the application then
240     generates an overlay for that frame (or not). This is much more
241     performant than e.g. cairooverlay for many use cases, e.g. because
242     pixel format conversions can be avoided or the blitting of the
243     overlay can be delegated to downstream elements (such as
244     gloverlaycompositor). It’s particularly useful for cases where only
245     a small section of the video frame should be drawn on.
246
247 -   gloverlaycompositor: New OpenGL-based compositor element that
248     flattens any overlays from GstVideoOverlayCompositionMetas into the
249     video stream. This element is also always part of glimagesink.
250
251 -   glalpha: New element that adds an alpha channel to a video stream.
252     The values of the alpha channel can either be set to a constant or
253     can be dynamically calculated via chroma keying. It is similar to
254     the existing alpha element but based on OpenGL. Calculations are
255     done in floating point so results may not be identical to the output
256     of the existing alpha element.
257
258 -   rtpfunnel funnels together RTP streams into a single session. Use
259     cases include multiplexing and bundle. webrtcbin uses it to
260     implement BUNDLE support.
261
262 -   testsrcbin is a source element that provides an audio and/or video
263     stream and also announces them using the recently-introduced
264     GstStream API. This is useful for testing elements such as playbin3
265     or uridecodebin3 etc.
266
267 -   New closed caption elements: cccombiner, ccextractor, ccconverter,
268     line21decoder and cc708overlay (see above)
269
270 -   wpesrc: new source element acting as a Web Browser based on WebKit
271     WPE
272
273 -   Two new OpenCV-based elements: cameracalibrate and cameraundistort
274     that can communicate to figure out distortion correction parameters
275     for a camera and correct for the distortion.
276
277 -   New sctp plugin based on usrsctp with sctpenc and sctpdec elements.
278     These elements are used inside webrtcbin for implementing data
279     channels.
280
281 New element features and additions
282
283 -   playbin3, playbin and playsink have gained a new "text-offset"
284     property to adjust the positioning of the selected subtitle stream
285     vis-a-vis the audio and video streams. This uses subtitleoverlay’s
286     new "subtitle-ts-offset" property. GstPlayer has gained matching API
287     for this, namely gst_player_get_text_video_offset().
288
289 -   playbin3 buffering improvements: in network playback scenarios there
290     may be multiple inputs to decodebin3, and buffering will be done
291     before decodebin3 using queue2 or downloadbuffer elements inside
292     urisourcebin. Since this is before any parsers or demuxers there may
293     not be any bitrate information available for the various streams, so
294     it was difficult to configure the buffering there smartly within
295     global constraints. This was improved now: The queue2 elements
296     inside urisourcebin will now use the new bitrate query to figure out
297     a bitrate estimate for the stream if no bitrate was provided by
298     upstream, and urisourcebin will use the bitrates of the individual
299     queues to distribute the globally-set "buffer-size" budget in bytes
300     to the various queues. urisourcebin also gained "low-watermark" and
301     "high-watermark" properties which will be proxied to the internal
302     queues, as well as a read-only "statistics" property which allows
303     querying of the minimum/maximum/average byte and time levels of the
304     queues inside the urisourcebin in question.
305
306 -   splitmuxsink has gained a couple of new features:
307
308     -   new "async-finalize" mode: This mode is useful for muxers or
309         outputs that can take a long time to finalize a file. Instead of
310         blocking the whole upstream pipeline while the muxer is doing
311         its stuff, we can unlink it and spawn a new muxer + sink
312         combination to continue running normally. This requires us to
313         receive the muxer and sink (if needed) as factories via the new
314         "muxer-factory" and "sink-factory" properties, optionally
315         accompanied by their respective properties structures (set via
316         the new "muxer-properties" and "sink-properties" properties).
317         There are also new "muxer-added" and "sink-added" signals in
318         case custom code has to be called for them to configure them.
319
320     -   "split-at-running-time" action signal: When called by the user,
321         this action signal ends the current file (and starts a new one)
322         as soon as the given running time is reached. If called multiple
323         times, running times are queued up and processed in the order
324         they were given.
325
326     -   "split-after" action signal to finish outputting the current GOP
327         to the current file and then start a new file as soon as the GOP
328         is finished and a new GOP is opened (unlike the existing
329         "split-now" which immediately finishes the current file and
330         writes the current GOP into the next newly-started file).
331
332     -   "reset-muxer" property: when unset, the muxer is reset using
333         flush events instead of setting its state to NULL and back. This
334         means the muxer can keep state across resets, e.g. mpegtsmux
335         will keep the continuity counter continuous across segments as
336         required by hlssink2.
337
338 -   qtdemux gained PIFF track encryption box support in addition to the
339     already-existing PIFF sample encryption support, and also allows
340     applications to select which encryption system to use via a
341     "drm-preferred-decryption-system-id" context in case there are
342     multiple options.
343
344 -   qtmux: the "start-gap-threshold" property determines now whether an
345     edit list will be created to account for small gaps or offsets at
346     the beginning of a stream in case the start timestamps of tracks
347     don’t line up perfectly. Previously the threshold was hard-coded to
348     1% of the (video) frame duration, now it is 0 by default (so edit
349     list will be created even for small differences), but fully
350     configurable.
351
352 -   rtpjitterbuffer has improved end-of-stream handling
353
354 -   rtpmp4vpay will be prefered over rtpmp4gpay for MPEG-4 video in
355     autoplugging scenarios now
356
357 -   rtspsrc now allows applications to send RTSP SET_PARAMETER and
358     GET_PARAMETER requests using action signals.
359
360 -   rtspsrc has a small (100ms) configurable teardown delay by default
361     to try and make sure an RTSP TEARDOWN request gets sent out when the
362     source element shuts down. This will block the downward PAUSED to
363     READY state change for a short time, but can be disabled where it’s
364     a problem. Some servers only allow a limited number of concurrent
365     clients, so if no proper TEARDOWN is sent new clients may have
366     problems connecting to the server for a while.
367
368 -   souphttpsrc behaves better with low bitrate streams now. Before it
369     would increase the read block size too quickly which could lead to
370     it not reading any data from the socket for a very long time with
371     low bitrate streams that are output live downstream. This could lead
372     to servers kicking off the client.
373
374 -   filesink: do internal buffering to avoid performance regression with
375     small writes since we bypass libc buffering by using writev()
376     instead of fwrite()
377
378 -   identity: add "eos-after" property and fix "error-after" property
379     when the element is reused
380
381 -   input-selector: lets context queries pass through, so that
382     e.g. upstream OpenGL elements can use contexts and displays
383     advertised by downstream elements
384
385 -   queue2: avoid ping-pong between 0% and 100% buffering messages if
386     upstream is pushing buffers larger than one of its limits, plus
387     performance optimisations
388
389 -   opusdec: new "phase-inversion" property to control phase inversion.
390     When enabled, this will slightly increase stereo quality, but
391     produces a stream that when downmixed to mono will suffer audio
392     distortions.
393
394 -   The x265enc HEVC encoder also exposes a "key-int-max" property to
395     configure the maximum allowed GOP size now.
396
397 -   decklinkvideosink has seen stability improvements for long-running
398     pipelines (potential crash due to overflow of leaked clock refcount)
399     and clock-slaving improvements when performing flushing seeks
400     (causing stalls in the output timeline), pausing and/or buffering.
401
402 -   srtpdec, srtpenc: add support for MKIs which allow multiple keys to
403     be used with a single SRTP stream
404
405 -   The srt Secure Reliable Transport plugin has integrated server and
406     client elements srt{client,server}{src,sink} into one (srtsrc and
407     srtsink), since SRT connection mode can be changed by uri
408     parameters.
409
410 -   h264parse and h265parse will handle SEI recovery point messages and
411     mark recovery points as keyframes as well (in addition to IDR
412     frames)
413
414 -   webrtcbin: "add-turn-server" action signal to pass multiple ICE
415     relays (TURN servers).
416
417 -   The removesilence element has received various new features and
418     properties, such as a "threshold" property, detecting silence only
419     after minimum silence time/buffers, a "silent" property to control
420     bus message notifications as well as a "squash" property.
421
422 -   AOMedia AV1 decoder gained support for 10/12bit decoding whilst the
423     AV1 encoder supports more image formats and subsamplings now and
424     acquired support for rate control and profile related configuration.
425
426 -   The Fraunhofer fdkaac plugin can now be built against the 2.0.0
427     version API and has improved multichannel support
428
429 -   kmssink now supports unpadded 24-bit RGB and can configure mode
430     setting from video info, which enables display of multi-planar
431     formats such as I420 or NV12 with modesetting. It has also gained a
432     number of new properties: The "restore-crtc" property does what it
433     says on the tin and is enabled by default. "plane-properties" and
434     "connector-properties" can be used to pass custom properties to the
435     DRM.
436
437 -   waylandsink has a "fullscreen" property now.
438
439 Plugin and library moves
440
441 -   The stereo element was moved from -bad into the existing audiofx
442     plugin in -good. If you get duplicate type registration warnings
443     when upgrading, check that you don’t have a stale stereoplugin lying
444     about somewhere.
445
446 GstVideoAggregator, compositor, and OpenGL mixer elements moved from -bad to -base
447
448 GstVideoAggregator is a new base class for raw video mixers and muxers
449 and is based on GstAggregator. It provides defined-latency mixing of raw
450 video inputs and ensures that the pipeline won’t stall even if one of
451 the input streams stops producing data.
452
453 As part of the move to stabilise the API there were some last-minute API
454 changes and clean-ups, but those should mostly affect internal elements.
455 Most notably, the "ignore-eos" pad property was renamed to
456 "repeat-after-eos" and the conversion code was moved to a
457 GstVideoAggregatorConvertPad subclass to avoid code duplication, make
458 things less awkward for subclasses like the OpenGL-based video mixer,
459 and make the API more consistent with the audio aggregator API.
460
461 It is used by the compositor element, which is a replacement for
462 ‘videomixer’ which did not handle live inputs very well. compositor
463 should behave much better in that respect and generally behave as one
464 would expected in most scenarios.
465
466 The compositor element has gained support for per-pad blending mode
467 operators (SOURCE, OVER, ADD) which determines what operator to use for
468 blending this pad over the previous ones. This can be used to implement
469 crossfading and the available operators can be extended in the future as
470 needed.
471
472 A number of OpenGL-based video mixer elements (glvideomixer, glmixerbin,
473 glvideomixerelement, glstereomix, glmosaic) which are built on top of
474 GstVideoAggregator have also been moved from -bad to -base now. These
475 elements have been merged into the existing OpenGL plugin, so if you get
476 duplicate type registration warnings when upgrading, check that you
477 don’t have a stale openglmixers plugin lying about somewhere.
478
479 Plugin removals
480
481 The following plugins have been removed from gst-plugins-bad:
482
483 -   The experimental daala plugin has been removed, since it’s not so
484     useful now that all effort is focused on AV1 instead, and it had to
485     be enabled explicitly with --enable-experimental anyway.
486
487 -   The spc plugin has been removed. It has been replaced by the gme
488     plugin.
489
490 -   The acmmp3dec and acmenc plugins for Windows have been removed. ACM
491     is an ancient legacy API and there was no point in keeping the
492     plugins around for a licensed MP3 decoder now that the MP3 patents
493     have expired and we have a decoder in -good. We also didn’t ship
494     these in our cerbero-built Windows packages, so it’s unlikely that
495     they’ll be missed.
496
497
498 Miscellaneous API additions
499
500 -   GstBitwriter: new generic bit writer API to complement the existing
501     bit reader
502
503 -   gst_buffer_new_wrapped_bytes() creates a wrap buffer from a GBytes
504
505 -   gst_caps_set_features_simple() sets a caps feature on all the
506     structures of a GstCaps
507
508 -   New GST_QUERY_BITRATE query: This allows determining from downstream
509     what the expected bitrate of a stream may be which is useful in
510     queue2 for setting time based limits when upstream does not provide
511     timing information. tsdemux, qtdemux and matroskademux have basic
512     support for this query on their sink pads.
513
514 -   elements: there is a new “Hardware” class specifier. Elements
515     interacting with hardware devices should specify this classifier in
516     their element factory class metadata. This is useful to advertise as
517     one might need to put such elements into READY state to test if the
518     hardware is present in the system for example.
519
520 -   protection: Add a new definition for unspecified system protection,
521     GST_PROTECTION_UNSPECIFIED_SYSTEM_ID
522
523 -   take functions for various mini objects that didn’t have them yet:
524     gst_query_take(), gst_message_take(), gst_tag_list_take(),
525     gst_buffer_list_take(). Unlike the various _replace() functions
526     _take() does not increase the reference count but takes ownership of
527     the mini object passed.
528
529 -   clear functions for various mini object types and GstObject which
530     unrefs the object or mini object (if non-NULL) and sets the variable
531     pointed to to NULL: gst_clear_structure(), gst_clear_tag_list(),
532     gst_clear_query(), gst_clear_message(), gst_clear_event(),
533     gst_clear_caps(), gst_clear_buffer_list(), gst_clear_buffer(),
534     gst_clear_mini_object(), gst_clear_object()
535
536 -   miniobject: new API gst_mini_object_add_parent() and
537     gst_mini_object_remove_parent() to set parent pointers on mini
538     objects to ensure correct writability: Every container of
539     miniobjects now needs to store itself as parent in the child object,
540     and remove itself again later. A mini object is then only writable
541     if there is at most one parent, that parent is writable itself, and
542     the reference count of the mini object is 1. GstBuffer (for
543     memories), GstBufferList (for buffers), GstSample (for caps, buffer,
544     bufferlist), and GstVideoOverlayComposition were updated
545     accordingly. Without this it was possible to have e.g. a buffer list
546     with a refcount of 2 used in two places at once that both modify the
547     same buffer with refcount 1 at the same time wrongly thinking it is
548     writable even though it’s really not.
549
550 -   poll: add API to watch for POLLPRI and stop treating POLLPRI as a
551     read. This is useful to wait for video4linux events which are
552     signalled via POLLPRI.
553
554 -   sample: new API to update the contents of a GstSample and make it
555     writable: gst_sample_set_buffer(), gst_sample_set_caps(),
556     gst_sample_set_segment(), gst_sample_set_info(), plus
557     gst_sample_is_writable() and gst_sample_make_writable(). This makes
558     it possible to reuse a sample object and avoid unnecessary memory
559     allocations, for example in appsink.
560
561 -   ClockIDs now keep a weak reference to underlying clock to avoid
562     crashes in basesink in corner cases where a clock goes away while
563     the ClockID is still in use, plus some new API
564     (gst_clock_id_get_clock(), gst_clock_id_uses_clock()) to check the
565     clock a ClockID is linked to.
566
567 -   The GstCheck unit test library gained a
568     fail_unless_equals_clocktime() convenience macro as well as some new
569     GstHarness API for for proposing meta APIs from the allocation
570     query: gst_harness_add_propose_allocation_meta(). ASSERT_CRITICAL()
571     checks in unit tests are now skipped if GStreamer was compiled with
572     GST_DISABLE_GLIB_CHECKS.
573
574 -   gst_audio_buffer_truncate() convenience function to truncate a raw
575     audio buffer
576
577
578 Miscellaneous performance and memory optimisations
579
580 As always there have been many performance and memory usage improvements
581 across all components and modules. Some of them (such as dmabuf
582 import/export) have already been mentioned elsewhere so won’t be
583 repeated here.
584
585 The following list is only a small snapshot of some of the more
586 interesting optimisations that haven’t been mentioned in other contexts
587 yet:
588
589 -   The GstVideoEncoder and GstVideoDecoder base classes now release the
590     STREAM_LOCK when pushing out buffers, which means (multi-threaded)
591     encoders and decoders can now receive and continue to process input
592     buffers whilst waiting for downstream elements in the pipeline to
593     process the buffer that was pushed out. This increases throughput
594     and reduces processing latency, also and especially for
595     hardware-accelerated encoder/decoder elements.
596
597 -   GstQueueArray has seen a few API additions
598     (gst_queue_array_peek_nth(), gst_queue_array_set_clear_func(),
599     gst_queue_array_clear()) so that it can be used in other places like
600     GstAdapter instead of a GList, which reduces allocations and
601     improves performance.
602
603 -   appsink now reuses the sample object in pull_sample() if possible
604
605 -   rtpsession only starts the RTCP thread when it’s actually needed now
606
607 -   udpsrc uses a buffer pool now and the GstUdpSrc object structure was
608     optimised for better cache performance
609
610 GstPlayer
611
612 -   API was added to fine-tune the synchronisation offset between
613     subtitles and video
614
615
616 Miscellaneous changes
617
618 -   As a result of moving to newer FFmpeg APIs, encoder and decoder
619     elements exposed by the GStreamer FFmpeg wrapper plugin (gst-libav)
620     may have seen possibly incompatible changes to property names and/or
621     types, and not all properties exposed might be functional. We are
622     still reviewing the new properties and aim to minimise breaking
623     changes at least for the most commonly-used properties, so please
624     report any issues you run into!
625
626 OpenGL integration
627
628 -   The OpenGL mixer elements have been moved from -bad to
629     gst-plugins-base (see above)
630
631 -   The Mesa GBM backend now supports headless mode
632
633 -   gloverlaycompositor: New OpenGL-based compositor element that
634     flattens any overlays from GstVideoOverlayCompositionMetas into the
635     video stream.
636
637 -   glalpha: New element that adds an alpha channel to a video stream.
638     The values of the alpha channel can either be set to a constant or
639     can be dynamically calculated via chroma keying. It is similar to
640     the existing alpha element but based on OpenGL. Calculations are
641     done in floating point so results may not be identical to the output
642     of the existing alpha element.
643
644 -   glupload: Implement direct dmabuf uploader, the idea being that some
645     GPUs (like the Vivante series) can actually perform the YUV->RGB
646     conversion internally, so no custom conversion shaders are needed.
647     To make use of this feature, we need an additional uploader that can
648     import DMABUF FDs and also directly pass the pixel format, relying
649     on the GPU to do the conversion.
650
651 -   The OpenGL library no longer restores the OpenGL viewport. This is a
652     performance optimization to not require performing multiple
653     expensive glGet*() function calls per frame. This affects any
654     application or plugin use of the following functions and objects:
655     -   glcolorconvert library object (not the element)
656     -   glviewconvert library object (not the element)
657     -   gst_gl_framebuffer_draw_to_texture()
658     -   custom GstGLWindow implementations
659
660
661 Tracing framework and debugging improvements
662
663 -   There is now a GDB PRETTY PRINTER FOR VARIOUS GSTREAMER TYPES: For
664     GstObject pointers the type and name is added, e.g.
665     0x5555557e4110 [GstDecodeBin|decodebin0]. For GstMiniObject pointers
666     the object type is added, e.g. 0x7fffe001fc50 [GstBuffer]. For
667     GstClockTime and GstClockTimeDiff the time is also printed in human
668     readable form, e.g. 150116219955 [+0:02:30.116219955].
669
670 -   GDB EXTENSION WITH TWO CUSTOM GDB COMMANDS gst-dot AND gst-print:
671
672     -   gst-dot creates dot files that a very close to what
673         GST_DEBUG_BIN_TO_DOT_FILE() produces, but object properties and
674         buffer contents such as codec-data in caps are not available.
675
676     -   gst-print produces high-level information about a GStreamer
677         object. This is currently limited to pads for GstElements and
678         events for the pads. The output may look like this:
679
680                     (gdb) gst-print pad.object.parent
681                     GstMatroskaDemux (matroskademux0) {
682                         SinkPad (sink, pull) {
683                         }
684                         SrcPad (video_0, push) {
685                           events:
686                             stream-start:
687                               stream-id: 0463ccb080d00b8689bf569a435c4ff84f9ff753545318ae2328ea0763fd0bec/001:1274058367
688                             caps: video/x-theora
689                               width: 1920
690                               height: 800
691                               pixel-aspect-ratio: 1/1
692                               framerate: 24/1
693                               streamheader: < 0x5555557c7d30 [GstBuffer], 0x5555557c7e40 [GstBuffer], 0x7fffe00141d0 [GstBuffer] >
694                             segment: time
695                               rate: 1
696                             tag: global
697                               container-format: Matroska
698                         }
699                         SrcPad (audio_0, push) {
700                           events:
701                             stream-start:
702                               stream-id: 0463ccb080d00b8689bf569a435c4ff84f9ff753545318ae2328ea0763fd0bec/002:1551204875
703                             caps: audio/mpeg
704                               mpegversion: 4
705                               framed: true
706                               stream-format: raw
707                               codec_data: 0x7fffe0014500 [GstBuffer]
708                               level: 2
709                               base-profile: lc
710                               profile: lc
711                               channels: 2
712                               rate: 44100
713                             segment: time
714                               rate: 1
715                             tag: global
716                               container-format: Matroska
717                             tag: stream
718                               audio-codec: MPEG-4 AAC audio
719                               language-code: en
720                         }
721                     }
722
723 -   gst_structure_to_string() now serialises the actual value of
724     pointers when serialising GstStructures instead of claiming they’re
725     NULL. This makes debug logging in various places less confusing,
726     because it’s clear now that structure fields actually hold valid
727     objects. Such object pointer values will never be deserialised
728     however.
729
730
731 Tools
732
733 -   gst-inspect-1.0 has coloured output now and will automatically use a
734     pager if the output does not fit on a page. This only works in a
735     UNIX environment and if the output is not piped, and on Windows 10
736     build 16257 or newer. If you don’t like the colours you can disable
737     them by setting the GST_INSPECT_NO_COLORS=1 environment variable or
738     passing the --no-color command line option.
739
740
741 GStreamer RTSP server
742
743 -   Improved backlog handling when using TCP interleaved for data
744     transport. Before there was a fixed maximum size for backlog
745     messages, which was prone to deadlocks and made it difficult to
746     control memory usage with the watch backlog. The RTSP server now
747     limits queued TCP data messages to one per stream, moving queuing of
748     the data into the pipeline and leaving the RTSP connection
749     responsive to RTSP messages in both directions, preventing all those
750     problems.
751
752 -   Initial ULP Forward Error Correction support in rtspclientsink and
753     for RECORD mode in the server.
754
755 -   API to explicitly enable retransmission requests (RTX)
756
757 -   Lots of multicast-related fixes
758
759 -   rtsp-auth: Add support for parsing .htdigest files
760
761
762 GStreamer VAAPI
763
764 -   this section will be filled in in due course
765
766
767 GStreamer OMX
768
769 -   Add support of NV16 format to video encoders input.
770
771 -   Video decoders now handle the ALLOCATION query to tell upstream
772     about the number of buffers they require. Video encoders will also
773     use this query to adjust their number of allocated buffers
774     preventing starvation when using dynamic buffer mode.
775
776 -   The OMX_PERFORMANCE debug category has been renamed to OMX_API_TRACE
777     and can now be used to track a widder variety of interactions
778     between OMX and GStreamer.
779
780 -   Video encoders will now detect frame rate only changes and will
781     inform OMX about it rather than doing a full format reset.
782
783 -   Various Zynq UltraScale+ specific improvements:
784     -   Video encoders are now able to import dmabuf from upstream.
785     -   Support for HEVC range extension profiles and more AVC profiles.
786     -   We can now request video encoders to generate an IDR using the
787         force key unit event.
788
789
790 GStreamer Editing Services and NLE
791
792 -   this section will be filled in in due course
793
794
795 GStreamer validate
796
797 -   this section will be filled in in due course
798
799
800 GStreamer Python Bindings
801
802 -   add binding for gst_pad_set_caps()
803
804 -   pygobject dependency requirement was bumped to >= 3.8
805
806 -   new audiotestsrc, audioplot, and mixer plugin examples, and a
807     dynamic pipeline example
808
809
810 GStreamer C# Bindings
811
812 -   bindings for the GstWebRTC library
813
814
815 GStreamer Rust Bindings
816
817 The GStreamer Rust bindings are now officially part of the GStreamer
818 project and are also maintained in the GStreamer GitLab.
819
820 The releases will generally not be synchronized with the releases of
821 other GStreamer parts due to dependencies on other projects.
822
823 Also unlike the other GStreamer libraries, the bindings will not commit
824 to full API stability but instead will follow the approach that is
825 generally taken by Rust projects, e.g.:
826
827 1)  0.12.X will be completely API compatible with all other 0.12.Y
828     versions.
829 2)  0.12.X+1 will contain bugfixes and compatible new feature additions.
830 3)  0.13.0 will _not_ be backwards compatible with 0.12.X but projects
831     will be able to stay at 0.12.X without any problems as long as they
832     don’t need newer features.
833
834 The current stable release is 0.12.2 and the next release series will be
835 0.13, probably around March 2019.
836
837 At this point the bindings cover most of GStreamer core (except for most
838 notably GstAllocator and GstMemory), and most parts of the app, audio,
839 base, check, editing-services, gl, net. pbutils, player, rtsp,
840 rtsp-server, sdp, video and webrtc libraries.
841
842 Also included is support for creating subclasses of the following types
843 and writing GStreamer plugins:
844
845 -   gst::Element
846 -   gst::Bin and gst::Pipeline
847 -   gst::URIHandler and gst::ChildProxy
848 -   gst::Pad, gst::GhostPad
849 -   gst_base::Aggregator and gst_base::AggregatorPad
850 -   gst_base::BaseSrc and gst_base::BaseSink
851 -   gst_base::BaseTransform
852
853 Changes to 0.12.X since 0.12.0
854
855 Fixed
856
857 -   PTP clock constructor actually creates a PTP instead of NTP clock
858
859 Added
860
861 -   Bindings for GStreamer Editing Services
862 -   Bindings for GStreamer Check testing library
863 -   Bindings for the encoding profile API (encodebin)
864
865 -   VideoFrame, VideoInfo, AudioInfo, StructureRef implements Send and
866     Sync now
867 -   VideoFrame has a function to get the raw FFI pointer
868 -   From impls from the Error/Success enums to the combined enums like
869     FlowReturn
870 -   Bin-to-dot file functions were added to the Bin trait
871 -   gst_base::Adapter implements SendUnique now
872 -   More complete bindings for the gst_video::VideoOverlay interface,
873     especially
874     gst_video::is_video_overlay_prepare_window_handle_message()
875
876 Changed
877
878 -   All references were updated from GitHub to freedesktop.org GitLab
879 -   Fix various links in the README.md
880 -   Link to the correct location for the documentation
881 -   Remove GitLab badge as that only works with gitlab.com currently
882
883 Changes in git master for 0.13
884
885 Fixed
886
887 -   gst::tag::Album is the album tag now instead of artist sortname
888
889 Added
890
891 -   Subclassing infrastructure was moved directly into the bindings,
892     making the gst-plugin crate deprecated. This involves many API
893     changes but generally cleans up code and makes it more flexible.
894     Take a look at the gst-plugins-rs crate for various examples.
895
896 -   Bindings for CapsFeatures and Meta
897 -   Bindings for
898     ParentBufferMeta,VideoMetaandVideoOverlayCompositionMeta`
899 -   Bindings for VideoOverlayComposition and VideoOverlayRectangle
900 -   Bindings for VideoTimeCode
901
902 -   UniqueFlowCombiner and UniqueAdapter wrappers that make use of the
903     Rust compile-time mutability checks and expose more API in a safe
904     way, and as a side-effect implement Sync and Send now
905
906 -   More complete bindings for Allocation Query
907 -   pbutils functions for codec descriptions
908 -   TagList::iter() for iterating over all tags while getting a single
909     value per tag. The old ::iter_tag_list() function was renamed to
910     ::iter_generic() and still provides access to each value for a tag
911 -   Bus::iter() and Bus::iter_timed() iterators around the corresponding
912     ::pop\*() functions
913
914 -   serde serialization of Value can also handle Buffer now
915
916 -   Extensive comments to all examples with explanations
917 -   Transmuxing example showing how to use typefind, multiqueue and
918     dynamic pads
919 -   basic-tutorial-12 was ported and added
920
921 Changed
922
923 -   Rust 1.31 is the minimum supported Rust version now
924 -   Update to latest gir code generator and glib bindings
925
926 -   Functions returning e.g. gst::FlowReturn or other “combined” enums
927     were changed to return split enums like
928     Result<gst::FlowSuccess, gst::FlowError> to allow usage of the
929     standard Rust error handling.
930
931 -   MiniObject subclasses are now newtype wrappers around the underlying
932     GstRc<FooRef> wrapper. This does not change the API in any breaking
933     way for the current usages, but allows MiniObjects to also be
934     implemented in other crates and makes sure rustdoc places the
935     documentation in the right places.
936
937 -   BinExt extension trait was renamed to GstBinExt to prevent conflicts
938     with gtk::Bin if both are imported
939
940 -   Buffer::from_slice() can’t possible return None
941
942 -   Various clippy warnings
943
944
945 GStreamer Rust Plugins
946
947 Like the GStreamer Rust bindings, the Rust plugins are now officially
948 part of the GStreamer project and are also maintained in the GStreamer
949 GitLab.
950
951 In the 0.3.x versions this contained infrastructure for writing
952 GStreamer plugins in Rust, and a set of plugins.
953
954 In git master that infrastructure was moved to the GLib and GStreamer
955 bindings directly, together with many other improvements that were made
956 possible by this, so the gst-plugins-rs repository only contains
957 GStreamer elements now.
958
959 Elements included are:
960
961 -   Tutorials plugin: identity, rgb2gray and sinesrc with extensive
962     comments
963
964 -   rsaudioecho, a port of the audiofx element
965
966 -   rsfilesrc, rsfilesink
967
968 -   rsflvdemux, a FLV demuxer. Not feature-equivalent with flvdemux yet
969
970 -   threadshare plugin: ts-appsrc, ts-proxysrc/sink, ts-queue, ts-udpsrc
971     and ts-tcpclientsrc elements that use a fixed number of threads and
972     share them between instances. For more background about these
973     elements see Sebastian’s talk “When adding more threads adds more
974     problems - Thread-sharing between elements in GStreamer” at the
975     GStreamer Conference 2017.
976
977 -   rshttpsrc, a HTTP source around the hyper/reqwest Rust libraries.
978     Not feature-equivalent with souphttpsrc yet.
979
980 -   togglerecord, an element that allows to start/stop recording at any
981     time and keeps all audio/video streams in sync.
982
983 -   mccparse and mccenc, parsers and encoders for the MCC closed caption
984     file format.
985
986 Changes to 0.3.X since 0.3.0
987
988 -   All references were updated from GitHub to freedesktop.org GitLab
989 -   Fix various links in the README.md
990 -   Link to the correct location for the documentation
991
992 Changes in git master for 0.4
993
994 -   togglerecord: Switch to parking_lot crate for mutexes/condition
995     variables for lower overhead
996 -   Merge threadshare plugin here
997 -   New closedcaption plugin with mccparse and mccenc elements
998 -   New identity element for the tutorials plugin
999
1000 -   Register plugins statically in tests instead of relying on the
1001     plugin loader to find the shared library in a specific place
1002
1003 -   Update to the latest API changes in the GLib and GStreamer bindings
1004 -   Update to the latest versions of all crates
1005
1006
1007 Build and Dependencies
1008
1009 -   The MESON BUILD SYSTEM BUILD IS NOW FEATURE-COMPLETE (*) and it is
1010     now the recommended build system on all platforms and also used by
1011     Cerbero to build GStreamer on all platforms. The Autotools build is
1012     scheduled to be removed in the next cycle. Developers who currently
1013     use gst-uninstalled should move to gst-build. The build option
1014     naming has been cleaned up and made consistent and there are now
1015     feature options to enable/disable plugins and various other features
1016     on a case-by-case basis. (*) with the exception of plugin docs which
1017     will be handled differently in future
1018
1019 -   Symbol export in libraries is now controlled via explicit exports
1020     using symbol visibility or export defines where supported, to ensure
1021     consistency across all platforms. This also allows libraries to have
1022     exports that vary based on detected platform features and configure
1023     options as is the case with the GStreamer OpenGL integration library
1024     for example. A few symbols that had been exported by accident in
1025     earlier versions may no longer be exported. These symbols will not
1026     have had declarations in any public header files then though and
1027     would not have been usable.
1028
1029 -   The GStreamer FFmpeg wrapper plugin (gst-libav) now depends on
1030     FFmpeg 4.x and uses the new FFmpeg 4.x API and stopped relying on
1031     ancient API that was removed with the FFmpeg 4.x release. This means
1032     that it is no longer possible to build this module against an older
1033     system-provided FFmpeg 3.x version. Use the internal FFmpeg 4.x copy
1034     instead if you build using autotools, or use gst-libav 1.14.x
1035     instead which targets the FFmpeg 3.x API and _should_ work fine in
1036     combination with a newer GStreamer. It’s difficult for us to support
1037     both old and new FFmpeg APIs at the same time, apologies for any
1038     inconvenience caused.
1039
1040 -   Hardware-accelerated Nvidia video encoder/decoder plugins nvdec and
1041     nvenc can be built against CUDA Toolkit versions 9 and 10.0 now. The
1042     dynlink interface has been dropped since it’s deprecated in 10.0.
1043
1044 -   The (optional) OpenCV requirement has been bumped to >= 3.0.0 and
1045     the plugin can also be built against OpenCV 4.x now.
1046
1047 -   New sctp plugin based on usrsctp (for WebRTC data channels)
1048
1049 Cerbero
1050
1051 Cerbero is a meta build system used to build GStreamer plus dependencies
1052 on platforms where dependencies are not readily available, such as
1053 Windows, Android, iOS and macOS.
1054
1055 Cerbero has seen a number of improvements:
1056
1057 -   Cerbero has been ported to Python 3 and requires Python 3.5 or newer
1058     now
1059
1060 -   Source tarballs are now protected by checksums in the recipes to
1061     guard against download errors and malicious takeover of projects or
1062     websites. In addition, downloads are only allowed via secure
1063     transports now and plain HTTP, FTP and git:// transports are not
1064     allowed anymore.
1065
1066 -   There is now a new fetch-bootstrap command which downloads sources
1067     required for bootstrapping, with an optional --build-tools-only
1068     argument to match the bootstrap --build-tools-only command.
1069
1070 -   The bootstrap, build, package and bundle-source commands gained a
1071     new --offline switch that ensures that only sources from the cache
1072     are used and never downloaded via the network. This is useful in
1073     combination with the fetch and fetch-bootstrap commands that acquire
1074     sources ahead of time before any build steps are executed. This
1075     allows more control over the sources used and when sources are
1076     updated, and is particularly useful for build environments that
1077     don’t have network access.
1078
1079 -   bootstrap --assume-yes will automatically say ‘yes’ to any
1080     interactive prompts during the bootstrap stage, such as those from
1081     apt-get or yum.
1082
1083 -   bootstrap --system-only will only bootstrap the system without build
1084     tools.
1085
1086 -   Manifest support: The build manifest can be used in continuous
1087     integration (CI) systems to fixate the Git revision of certain
1088     projects so that all builds of a pipeline are on the same reference.
1089     This is used in GStreamer’s gitlab CI for example. It can also be
1090     used in order to re-produce a specific build. To set a manifest, you
1091     can set manifest = 'my_manifest.xml' in your configuration file, or
1092     use the --manifest command line option. The command line option will
1093     take precendence over anything specific in the configuration file.
1094
1095 -   The new build-deps command can be used to build only the
1096     dependencies of a recipe, without the recipe itself.
1097
1098 -   new --list-variants command to list available variants
1099
1100 -   variants can now be set on the command line via the -v option as a
1101     comma-separated list. This overrides any variants set in any
1102     configuration files.
1103
1104 -   new qt5, intelmsdk and nvidia variants for enabling Qt5 and hardware
1105     codec support. See the Enabling Optional Features with Variants
1106     section in the Cerbero documentation for more details how to enable
1107     and use these variants.
1108
1109 -   A new -t / --timestamp command line switch makes commands print
1110     timestamps
1111
1112
1113 Platform-specific changes and improvements
1114
1115 Android
1116
1117 -   toolchain: update compiler to clang and NDKr18. NDK r18 removed the
1118     armv5 target and only has Android platforms that target at least
1119     armv7 so the armv5 target is not useful anymore.
1120
1121 -   The way that GIO modules are named has changed due to upstream GLib
1122     natively adding support for loading static GIO modules. This means
1123     that any GStreamer application using gnutls for SSL/TLS on the
1124     Android or iOS platforms (or any other setup using static libraries)
1125     will fail to link looking for the g_io_module_gnutls_load_static()
1126     function. The new function name is now
1127     g_io_gnutls_load(gpointer data). data can be NULL for a static
1128     library. Look at this commit for the necessary change in the
1129     examples.
1130
1131 -   various build issues on Android have been fixed.
1132
1133 macOS and iOS
1134
1135 -   various build issues on iOS have been fixed.
1136
1137 -   the minimum required iOS version is now 9.0. The difference in
1138     adoption between 8.0 and 9.0 is 0.1% and the bump to 9.0 fixes some
1139     build issues.
1140
1141 -   The way that GIO modules are named has changed due to upstream GLib
1142     natively adding support for loading static GIO modules. This means
1143     that any GStreamer application using gnutls for SSL/TLS on the
1144     Android or iOS platforms (or any other setup using static libraries)
1145     will fail to link looking for the g_io_module_gnutls_load_static()
1146     function. The new function name is now
1147     g_io_gnutls_load(gpointer data). data can be NULL for a static
1148     library. Look at this commit for the necessary change in the
1149     examples.
1150
1151 Windows
1152
1153 -   The webrtcdsp element is shipped again as part of the Windows binary
1154     packages, the build system issue has been resolved.
1155
1156 -   ‘Inconsistent DLL linkage’ warnings when building with MSVC have
1157     been fixed
1158
1159 -   Hardware-accelerated Nvidia video encoder/decoder plugins nvdec and
1160     nvenc build on Windows now, also with MSVC and using Meson.
1161
1162 -   The ksvideosrc camera capture plugin supports 16-bit grayscale video
1163     now
1164
1165 -   The wasapisrc audio capture element implements loopback recording
1166     from another output device or sink
1167
1168 -   wasapisink recover from low buffer levels in shared mode and some
1169     exclusive mode fixes
1170
1171 -   dshowsrc now implements the GstDeviceMonitor interface
1172
1173
1174 Contributors
1175
1176 Aaron Boxer, Aleix Conchillo Flaqué, Alessandro Decina, Alexandru Băluț,
1177 Alex Ashley, Alexey Chernov, Alicia Boya García, Amit Pandya, Andoni
1178 Morales Alastruey, Andreas Frisch, Andre McCurdy, Andy Green, Anthony
1179 Violo, Antoine Jacoutot, Antonio Ospite, Arun Raghavan, Aurelien Jarno,
1180 Aurélien Zanelli, ayaka, Bananahemic, Bastian Köcher, Branko Subasic,
1181 Brendan Shanks, Carlos Rafael Giani, Charlie Turner, Christoph Reiter,
1182 Corentin Noël, Daeseok Youn, Damian Vicino, Dan Kegel, Daniel Drake,
1183 Daniel Klamt, Danilo Spinella, Dardo D Kleiner, David Ing, David
1184 Svensson Fors, Devarsh Thakkar, Dimitrios Katsaros, Edward Hervey,
1185 Emilio Pozuelo Monfort, Enrique Ocaña González, Erlend Eriksen, Ezequiel
1186 Garcia, Fabien Dessenne, Fabrizio Gennari, Florent Thiéry, Francisco
1187 Velazquez, Freyr666, Garima Gaur, Gary Bisson, George Kiagiadakis, Georg
1188 Lippitsch, Georg Ottinger, Geunsik Lim, Göran Jönsson, Guillaume
1189 Desmottes, H1Gdev, Haihao Xiang, Haihua Hu, Harshad Khedkar, Havard
1190 Graff, He Junyan, Hoonhee Lee, Hosang Lee, Hyunjun Ko, Ilya Smelykh,
1191 Ingo Randolf, Iñigo Huguet, Jakub Adam, James Stevenson, Jan Alexander
1192 Steffens, Jan Schmidt, Jerome Laheurte, Jimmy Ohn, Joakim Johansson,
1193 Jochen Henneberg, Johan Bjäreholt, John-Mark Bell, John Bassett, John
1194 Nikolaides, Jonathan Karlsson, Jonny Lamb, Jordan Petridis, Josep Torra,
1195 Joshua M. Doe, Jos van Egmond, Juan Navarro, Julian Bouzas, Jun Xie,
1196 Junyan He, Justin Kim, Kai Kang, Kim Tae Soo, Kirill Marinushkin, Kyrylo
1197 Polezhaiev, Lars Petter Endresen, Linus Svensson, Louis-Francis
1198 Ratté-Boulianne, Lucas Stach, Luis de Bethencourt, Luz Paz, Lyon Wang,
1199 Maciej Wolny, Marc-André Lureau, Marc Leeman, Marco Trevisan (Treviño),
1200 Marcos Kintschner, Marian Mihailescu, Marinus Schraal, Mark Nauwelaerts,
1201 Marouen Ghodhbane, Martin Kelly, Matej Knopp, Mathieu Duponchelle,
1202 Matteo Valdina, Matthew Waters, Matthias Fend, memeka, Michael Drake,
1203 Michael Gruner, Michael Olbrich, Michael Tretter, Miguel Paris, Mike
1204 Wey, Mikhail Fludkov, Naveen Cherukuri, Nicola Murino, Nicolas Dufresne,
1205 Niels De Graef, Nirbheek Chauhan, Norbert Wesp, Ognyan Tonchev, Olivier
1206 Crête, Omar Akkila, Pat DeSantis, Patricia Muscalu, Patrick Radizi,
1207 Patrik Nilsson, Paul Kocialkowski, Per Forlin, Peter Körner, Peter
1208 Seiderer, Petr Kulhavy, Philippe Normand, Philippe Renon, Philipp Zabel,
1209 Pierre Labastie, Piotr Drąg, Roland Jon, Roman Sivriver, Roman Shpuntov,
1210 Rosen Penev, Russel Winder, Sam Gigliotti, Santiago Carot-Nemesio,
1211 Sean-Der, Sebastian Dröge, Seungha Yang, Shi Yan, Sjoerd Simons, Snir
1212 Sheriber, Song Bing, Soon, Thean Siew, Sreerenj Balachandran, Stefan
1213 Ringel, Stephane Cerveau, Stian Selnes, Suhas Nayak, Takeshi Sato,
1214 Thiago Santos, Thibault Saunier, Thomas Bluemel, Tianhao Liu,
1215 Tim-Philipp Müller, Tobias Ronge, Tomasz Andrzejak, Tomislav Tustonić,
1216 U. Artie Eoff, Ulf Olsson, Varunkumar Allagadapa, Víctor Guzmán, Víctor
1217 Manuel Jáquez Leal, Vincenzo Bono, Vineeth T M, Vivia Nikolaidou, Wang
1218 Fei, wangzq, Whoopie, Wim Taymans, Wind Yuan, Wonchul Lee, Xabier
1219 Rodriguez Calvar, Xavier Claessens, Haihao Xiang, Yacine Bandou,
1220 Yeongjin Jeong, Yuji Kuwabara, Zeeshan Ali,
1221
1222 … and many others who have contributed bug reports, translations, sent
1223 suggestions or helped testing.
1224
1225
1226 Bugs fixed in 1.16
1227
1228 -   this section will be filled in in due course
1229
1230 More than XXX bugs have been fixed during the development of 1.16.
1231
1232 This list does not include issues that have been cherry-picked into the
1233 stable 1.16 branch and fixed there as well, all fixes that ended up in
1234 the 1.16 branch are also included in 1.16.
1235
1236 This list also does not include issues that have been fixed without a
1237 bug report in bugzilla, so the actual number of fixes is much higher.
1238
1239
1240 Stable 1.16 branch
1241
1242 After the 1.16.0 release there will be several 1.16.x bug-fix releases
1243 which will contain bug fixes which have been deemed suitable for a
1244 stable branch, but no new features or intrusive changes will be added to
1245 a bug-fix release usually. The 1.16.x bug-fix releases will be made from
1246 the git 1.16 branch, which is a stable branch.
1247
1248 1.16.0
1249
1250 1.16.0 is scheduled to be released in April 2019.
1251
1252
1253 Known Issues
1254
1255 -   possibly breaking/incompatible changes to properties of wrapped
1256     FFmpeg decoders and encoders (see above).
1257
1258 -   The way that GIO modules are named has changed due to upstream GLib
1259     natively adding support for loading static GIO modules. This means
1260     that any GStreamer application using gnutls for SSL/TLS on the
1261     Android or iOS platforms (or any other setup using static libraries)
1262     will fail to link looking for the g_io_module_gnutls_load_static()
1263     function. The new function name is now
1264     g_io_gnutls_load(gpointer data). See Android/iOS sections above for
1265     further details.
1266
1267
1268 Schedule for 1.18
1269
1270 Our next major feature release will be 1.18, and 1.17 will be the
1271 unstable development version leading up to the stable 1.18 release. The
1272 development of 1.17/1.18 will happen in the git master branch.
1273
1274 The plan for the 1.18 development cycle is yet to be confirmed, but it
1275 is expected that feature freeze will be around July 2019 followed by
1276 several 1.17 pre-releases and the new 1.18 stable release in
1277 August/September.
1278
1279 1.18 will be backwards-compatible to the stable 1.16, 1.14, 1.12, 1.10,
1280 1.8, 1.6, 1.4, 1.2 and 1.0 release series.
1281
1282 ------------------------------------------------------------------------
1283
1284 _These release notes have been prepared by Tim-Philipp Müller with_
1285 _contributions from Sebastian Dröge, Guillaume Desmottes and Matthew
1286 Waters._
1287
1288 _License: CC BY-SA 4.0_