Release 1.5.91
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer Base Plugins 1.5.91
3
4
5 The GStreamer team is pleased to announce the second release candidate for the
6 stable 1.6 release series. The 1.6 release series is adding new features on top of
7 the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
8 series of the GStreamer multimedia framework. The final 1.6.0 release is planned
9 in the next few days unless any major bugs are found.
10
11
12 Binaries for Android, iOS, Mac OS X and Windows will be provided separately by
13 the GStreamer project.
14
15
16
17 This module contains a set of reference plugins, base classes for other
18 plugins, and helper libraries. It also includes essential elements such
19 as audio and video format converters, and higher-level components like playbin,
20 decodebin, encodebin, and discoverer.
21
22 This module is kept up-to-date together with the core developments.  Element
23 writers should look at the elements in this module as a reference for
24 their development.
25
26 This module contains elements for, among others:
27
28   device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
29   containers: ogg
30   codecs: vorbis, theora
31   text: textoverlay, subparse
32   sources: audiotestsrc, videotestsrc, giosrc
33   network: tcp
34   typefind functions
35   audio processing: audioconvert, adder, audiorate, audioresample, volume
36   visualisation: libvisual
37   video processing: videoconvert, videoscale
38   high-level components: playbin, uridecodebin, decodebin, encodebin, discoverer
39   libraries: app, audio, fft, pbutils, riff, rtp, rtsp, sdp, tag, video
40
41
42 Other modules containing plugins are:
43
44
45 gst-plugins-good
46 contains a set of well-supported plugins under our preferred license
47 gst-plugins-ugly
48 contains a set of well-supported plugins, but might pose problems for
49     distributors
50 gst-plugins-bad
51 contains a set of less supported plugins that haven't passed the
52     rigorous quality testing we expect, or are still missing documentation
53     and/or unit tests
54 gst-libav
55 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
56
57
58
59   
60
61 Bugs fixed in this release
62      
63       * 734617 : videodecoder: Call the child class finish() function on stream changes
64       * 740387 : [REGRESSION] videoscale: The port to the new scaling API broke some file playback
65       * 744806 : audiodecoder: early call to drain() causes segment event to be sent before caps
66       * 753817 : subparse: SIGSEGV with abnormal file
67       * 753850 : gl: overlay composition negotation with the sink fails
68       * 754199 : audiobasesink: patch for missing/incorrect documentation about the custom slaving method
69       * 754235 : playsinkconvertbin: regression after removing accept-caps handler
70       * 754429 : basetextoverlay: crash in basetextoverlay for padding greater than video size
71       * 754597 : appsrc: fails to push the caps at the start of the data flow when configured in seekable/random-access mode
72       * 754630 : libs: " ll " printf modifier isn't available on MinGW
73       * 754755 : playbin: Compiler warning with 64bit Windows target MinGW, cast to pointer from integer of different size
74       * 754808 : video: missing alpha flag for some formats
75       * 754973 : xvimagesink: fix error leak when context creation fails
76       * 755098 : uridecodebin: Smooth Streaming's media type does not match
77       * 755143 : audiosink, multisocketsink: Fix error leak during failures
78       * 755198 : basetextoverlay: trivial fix in debug message
79       * 755201 : playback-test: Dont free null array on exit
80
81 ==== Download ====
82
83 You can find source releases of gst-plugins-base in the download
84 directory: http://gstreamer.freedesktop.org/src/gst-plugins-base/
85
86 The git repository and details how to clone it can be found at
87 http://cgit.freedesktop.org/gstreamer/gst-plugins-base/
88
89 ==== Homepage ====
90
91 The project's website is http://gstreamer.freedesktop.org/
92
93 ==== Support and Bugs ====
94
95 We use GNOME's bugzilla for bug reports and feature requests:
96 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
97
98 Please submit patches via bugzilla as well.
99
100 For help and support, please subscribe to and send questions to the
101 gstreamer-devel mailing list (see below for details).
102
103 There is also a #gstreamer IRC channel on the Freenode IRC network.
104
105 ==== Developers ====
106
107 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
108 from there (see link above).
109
110 Interested developers of the core library, plugins, and applications should
111 subscribe to the gstreamer-devel list.
112
113         
114 Contributors to this release
115     
116       * Carlos Rafael Giani
117       * Christophe Fergeau
118       * Eunhae Choi
119       * George Kiagiadakis
120       * Havard Graff
121       * Kouhei Sutou
122       * Philippe Normand
123       * Prashant Gotarne
124       * Ravi Kiran K N
125       * Sebastian Dröge
126       * Thiago Santos
127       * Tim-Philipp Müller
128       * Vikram Fugro
129       * Vineeth T M
130       * Vineeth TM
131       * Wim Taymans
132