basetransform: Check if meta transform_func is NULL before using it
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.11.91
3
4
5 The GStreamer team is pleased to announce the second release candidate of the
6 stable 1.12 release series. The 1.12 release series is adding new features on
7 top of the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and
8 ABI-stable 1.x release series of the GStreamer multimedia framework.
9
10
11 Full release notes will be provided with the 1.12.0 release, highlighting all
12 the new features, bugfixes, performance optimizations and other important
13 changes.
14
15
16 Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
17
18
19
20 This module, gstreamer, only contains core functionality.
21 For actual media playback, you will need other modules.
22
23 gst-plugins-base
24 contains a basic set of well-supported plugins
25 gst-plugins-good
26 contains a set of well-supported plugins under our preferred license
27 gst-plugins-ugly
28 contains a set of well-supported plugins, but might pose problems for
29     distributors
30 gst-plugins-bad
31 contains a set of less supported plugins that haven't passed the
32     rigorous quality testing we expect, or are still missing documentation
33     and/or unit tests
34 gst-libav
35 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
36
37
38
39   
40
41 Bugs fixed in this release
42      
43       * 780757 : tests: fix message leak in seek test
44       * 781145 : friulian translation
45       * 781438 : value: NULL string serialization/deserialization
46       * 781484 : basetransform: typo fix: remove unbalanced closing parenthesis in debug log
47       * 781585 : meson: gst-stats isn't installed
48       * 780903 : Fails to build with -Werror against glib master, use of deprecated g_object_newv()
49
50 ==== Download ====
51
52 You can find source releases of gstreamer in the download
53 directory: https://gstreamer.freedesktop.org/src/gstreamer/
54
55 The git repository and details how to clone it can be found at
56 http://cgit.freedesktop.org/gstreamer/gstreamer/
57
58 ==== Homepage ====
59
60 The project's website is https://gstreamer.freedesktop.org/
61
62 ==== Support and Bugs ====
63
64 We use GNOME's bugzilla for bug reports and feature requests:
65 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
66
67 Please submit patches via bugzilla as well.
68
69 For help and support, please subscribe to and send questions to the
70 gstreamer-devel mailing list (see below for details).
71
72 There is also a #gstreamer IRC channel on the Freenode IRC network.
73
74 ==== Developers ====
75
76 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
77 from there (see link above).
78
79 Interested developers of the core library, plugins, and applications should
80 subscribe to the gstreamer-devel list.
81
82         
83 Contributors to this release
84     
85       * Koop Mast
86       * Olivier Crête
87       * Rico Tzschichholz
88       * Sebastian Dröge
89       * Thibault Saunier
90       * Tim-Philipp Müller
91       * Vincent Penquerc'h
92       * Yasushi SHOJI
93