Release 1.0.1
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.0.1
3
4
5 The GStreamer team is proud to announce a new bug-fix release
6 in the 1.x stable series of the
7 core of the GStreamer streaming media framework.
8
9
10 The 1.x series is a stable series targeted at end users.
11 It is not API or ABI compatible with the stable 0.10.x series.
12 It is, however, parallel installable with the 0.10.x series and
13 will not affect an existing 0.10.x installation.
14
15
16 The 1.x series has been reworked for more flexible memory handling, improved
17 caps negotiation and re-negotiation, better handling of dynamic pipelines,
18 and increased performance in general. It also features countless other feature
19 additions and enhancements.
20
21
22 This module, gstreamer, only contains core functionality.
23 For actual media playback, you will need other modules.
24
25 gst-plugins-base
26 contains a basic set of well-supported plugins
27 gst-plugins-good
28 contains a set of well-supported plugins under our preferred license
29 gst-plugins-ugly
30 contains a set of well-supported plugins, but might pose problems for
31     distributors
32 gst-plugins-bad
33 contains a set of less supported plugins that haven't passed the
34     rigorous quality testing we expect, or are still missing documentation
35     and/or unit tests
36 gst-libav
37 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
38
39
40
41   
42
43 Features of this release
44     
45       * Parallel installability with 0.10.x series
46       * Capsfilter prefers filter caps over passthrough now
47       * Application Development Manual, Plugin Writer's Guide and other documentation updated and extended for 1.0
48       * Bug fixes
49
50 Bugs fixed in this release
51      
52       * 680862 :  " identity " with single-segment=true gives buffer.pts of CLOCK_TIME_NONE
53       * 684538 : baseparse: no timestamps after seeking in mp3 or aac
54       * 684755 : typo - whithin > within
55       * 684765 : Plugins without a klass in the metadata crashes autoaudiosink
56       * 684809 : proxypad don't hold a ref to their internal pad while streaming through it
57       * 684970 : Don't register printf extension for %p when glib is not using system printf
58       * 684981 : Pipeline hangs on PREROLLING negotiating caps
59       * 685072 : memory: map(READ)/unmap clears the READONLY status
60
61 API changes in this release
62      
63  - API additions:
64     
65       * gst_base_transform_set_prefer_passthrough ()
66
67 ==== Download ====
68
69 You can find source releases of gstreamer in the download
70 directory: http://gstreamer.freedesktop.org/src/gstreamer/
71
72 The git repository and details how to clone it can be found at
73 http://cgit.freedesktop.org/gstreamer/gstreamer/
74
75 ==== Homepage ====
76
77 The project's website is http://gstreamer.freedesktop.org/
78
79 ==== Support and Bugs ====
80
81 We use GNOME's bugzilla for bug reports and feature requests:
82 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
83
84 Please submit patches via bugzilla as well.
85
86 For help and support, please subscribe to and send questions to the
87 gstreamer-devel mailing list (see below for details).
88
89 There is also a #gstreamer IRC channel on the Freenode IRC network.
90
91 ==== Developers ====
92
93 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
94 from there (see link above).
95
96 Interested developers of the core library, plugins, and applications should
97 subscribe to the gstreamer-devel list.
98
99         
100 Contributors to this release
101     
102       * Jan Schmidt
103       * Josep Torra Valles
104       * Mark Nauwelaerts
105       * Olivier Blin
106       * Olivier Crête
107       * Sebastian Dröge
108       * Tim-Philipp Müller
109       * Wim Taymans
110