Release 1.3.1
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer 1.3.1
2
3 Changes since 1.2:
4
5 New API:
6  • GstMessageType has GST_MESSAGE_EXTENDED added. All types before
7    that can be used together as a flags type as before, but from
8    that message onwards the types are just counted incrementally.
9    This was necessary to be able to add more message types.
10    In 2.0 GstMessageType will just become an enum and not a flags
11    type anymore.
12  • GstDeviceMonitor for device probing, e.g. to list all available
13    audio or video capture devices. This is the replacement for
14    GstPropertyProbe from 0.10.
15  • Events accumulate the running-time offset now when travelling
16    through pads, as set by the gst_pad_set_offset() function. This
17    allows to compensate for this in the QOS event for example.
18  • GstBuffer has a new flag "tag-memory" that is set automatically
19    when memory is added or removed to a buffer. This allows buffer
20    pools to detect if they can recycle a buffer or need to reset
21    it first.
22  • GstToc has new API to mark GstTocEntries as loops.
23  • A not-authorized resource error has been defined to notify
24    applications that accessing the resource has failed because
25    of missing authorization and to distinguish this case from others.
26    This change is actually already in 1.2.4.
27  • GstPad has a new flag "accept-intersect", that will let the default
28    ACCEPT_CAPS query handler do an intersection instead of subset check.
29    This is interesting for parser elements that can handle incomplete
30    caps.
31  • GstCollectPads has support for flushing and a default handler for
32    SEEK events now.
33  • GstSegment has new API to offset the running time by a specific
34    value and this is used in GstPad to allow positive and negative
35    offsets in gst_pad_set_offset() in all situations.
36  • Support for h265/HEVC and VP8 has been added to the codec utils and codec
37    parsers library, and was integrated into various elements.
38  • API for adjusting the TLS validation of RTSP connection has been added.
39  • The RTSP and SDP library has MIKEY (RFC 3830) support now, and
40    there is API to distinguish between the different RTSP profiles.
41  • API to access RTP time information and statistics.
42  • Support for auxiliary streams was added to rtpbin.
43  • Support for tiled, raw video formats has been added.
44  • GstVideoDecoder and GstAudioDecoder have API to help aggregating tag
45    events and merge custom tags into them consistently.
46  • playbin/playsink has support for application provided audio and video
47    filters.
48  • The GL library was merged from gst-plugins-gl to gst-plugins-bad,
49    providing a generic infrastructure for handling GL inside GStreamer
50    pipelines and a plugin with some elements using these, especially
51    a video sink. Supported platforms currently are Android, Cocoa (OS X),
52    DispManX (Raspberry Pi), EAGL (iOS), WGL (Windows) and generic X11,
53    Wayland and EGL platforms.
54    This replaces eglglessink and also is supposed to replace osxvideosink.
55
56
57 Major changes:
58  • New plugins and elements:
59    ∘ v4l2videodec element for accessing hardware codecs on
60      platforms that make them accessible via V4L2, e.g.
61      Samsung Exynos. This comes together with major refactoring
62      of the existing V4L2 elements and the corresponding
63      infrastructure.
64      The v4l2videodec element replaces the mfcdec element.
65    ∘ rtpstreampay and rtpstreamdepay elements for transmitting
66      RTP packets over a stream API (e.g. TCP) according to
67      RFC 4571.
68    ∘ rtprtx elements for standard compliant implementation of
69      retransmissions, integrated into the rtpmanager plugin.
70    ∘ audiomixer element that mixes multiple audio streams together
71      into a single one while keeping synchronization. This is
72      planned to become the replacement of the adder element.
73    ∘ OpenNI2 plugin for 3D cameras like the Kinect camera.
74    ∘ OpenEXR plugin for decoding high-dynamic-range EXR images.
75    ∘ curlsshsink and curlsftpsink to write files via SSH/SFTP.
76    ∘ videosignal, ivfparse and sndfile plugins ported from 0.10.
77    ∘ avfvideosrc, vtdec and other elements were ported from 0.10 and
78      are available on OS X and iOS now.
79
80  • Other changes:
81    ∘ gst-libav now uses libav 10, and gained support for H265/HEVC.
82    ∘ Support for hardware codecs and special memory types has been
83      improved with bugfixes and feature additions in various plugins
84      and base classes.
85    ∘ Various bugfixes and improvements to buffering in queue2 and
86      multiqueue elements.
87    ∘ dvbsrc supports more delivery mechanisms and other features
88      now, including DVB S2 and T2 support.
89    ∘ The MPEGTS library has support for many more descriptors.
90    ∘ Major improvements to tsdemux, especially time related.
91    ∘ souphttpsrc now has support for keep-alive connections,
92      compression, configurable number of retries and configuration
93      for SSL certificate validation.
94    ∘ hlsdemux has undergone major refactoring and works more
95      reliable now and supports more HLS features like trick modes.
96      Also fragments are pushed downstream while they're downloaded
97      now instead of waiting for each fragment to finish.
98    ∘ videoflip can automatically flip based on the orientation tag.
99    ∘ openjpeg supports the OpenJPEG2 API.
100    ∘ gst-rtsp-server supports SRTP and MIKEY now.
101    ∘ Lots of fixes for coverity warnings all over the place.
102    ∘ 400+ fixed bug reports, and many other bug fixes and other
103      improvements everywhere that had no bug report.
104
105 Things to look out for:
106  • The eglglessink element was removed and replaced by the glimagesink
107    element.
108  • The mfcdec element was removed and replaced by v4l2videodec.
109  • osxvideosink is only available in OS X 10.6 or newer.
110