docs: Update for git master
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer Base Plugins 1.8.0
3
4 The GStreamer team is pleased to announce the first release of the new stable
5 1.8 release series. The 1.8 release series is adding new features on top of
6 the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x
7 release series of the GStreamer multimedia framework.
8
9
10 Binaries for Android, iOS, Mac OS X and Windows will be provided shortly after
11 the source release by the GStreamer project during the stable 1.8 release
12 series.
13
14
15 This module contains a set of reference plugins, base classes for other
16 plugins, and helper libraries. It also includes essential elements such
17 as audio and video format converters, and higher-level components like playbin,
18 decodebin, encodebin, and discoverer.
19
20 This module is kept up-to-date together with the core developments.  Element
21 writers should look at the elements in this module as a reference for
22 their development.
23
24 This module contains elements for, among others:
25
26   device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
27   containers: ogg
28   codecs: vorbis, theora
29   text: textoverlay, subparse
30   sources: audiotestsrc, videotestsrc, giosrc
31   network: tcp
32   typefind functions
33   audio processing: audioconvert, adder, audiorate, audioresample, volume
34   visualisation: libvisual
35   video processing: videoconvert, videoscale
36   high-level components: playbin, uridecodebin, decodebin, encodebin, discoverer
37   libraries: app, audio, fft, pbutils, riff, rtp, rtsp, sdp, tag, video
38
39
40 Other modules containing plugins are:
41
42
43 gst-plugins-good
44 contains a set of well-supported plugins under our preferred license
45 gst-plugins-ugly
46 contains a set of well-supported plugins, but might pose problems for
47     distributors
48 gst-plugins-bad
49 contains a set of less supported plugins that haven't passed the
50     rigorous quality testing we expect, or are still missing documentation
51     and/or unit tests
52 gst-libav
53 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
54
55
56
57   
58
59 Bugs fixed in this release
60      
61       * 763316 : install-plugins: update documentation
62
63 ==== Download ====
64
65 You can find source releases of gst-plugins-base in the download
66 directory: https://gstreamer.freedesktop.org/src/gst-plugins-base/
67
68 The git repository and details how to clone it can be found at
69 http://cgit.freedesktop.org/gstreamer/gst-plugins-base/
70
71 ==== Homepage ====
72
73 The project's website is https://gstreamer.freedesktop.org/
74
75 ==== Support and Bugs ====
76
77 We use GNOME's bugzilla for bug reports and feature requests:
78 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
79
80 Please submit patches via bugzilla as well.
81
82 For help and support, please subscribe to and send questions to the
83 gstreamer-devel mailing list (see below for details).
84
85 There is also a #gstreamer IRC channel on the Freenode IRC network.
86
87 ==== Developers ====
88
89 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
90 from there (see link above).
91
92 Interested developers of the core library, plugins, and applications should
93 subscribe to the gstreamer-devel list.
94
95         
96 Contributors to this release
97     
98       * Víctor Manuel Jáquez Leal
99