Release 1.0.2
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.0.2
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       * collectpads: ensure all timestamps are in same time domain
47       * gobject-introspection: fix GstSample annotations
48       * add GstElement::post_message() vfunc
49       * info: allow gst_debug_add_log_function() to be called before gst_init()
50       * event: allow GST_CLOCK_TIME_NONE as duration for GAP events
51       * documentation: new chapters and updates for the application development manual and the plugin writer's guide
52
53 Bugs fixed in this release
54      
55       * 686456 : g_type_init is no longer required
56       * 686658 : allocator: fix memory leak in _fallback_mem_copy
57       * 686659 : preset: remove variable not read
58       * 686723 : basesrc: generic/states test in -base now hangs with appsrc
59       * 686787 : testrtpool must be linked to pthreads
60
61 ==== Download ====
62
63 You can find source releases of gstreamer in the download
64 directory: http://gstreamer.freedesktop.org/src/gstreamer/
65
66 The git repository and details how to clone it can be found at
67 http://cgit.freedesktop.org/gstreamer/gstreamer/
68
69 ==== Homepage ====
70
71 The project's website is http://gstreamer.freedesktop.org/
72
73 ==== Support and Bugs ====
74
75 We use GNOME's bugzilla for bug reports and feature requests:
76 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
77
78 Please submit patches via bugzilla as well.
79
80 For help and support, please subscribe to and send questions to the
81 gstreamer-devel mailing list (see below for details).
82
83 There is also a #gstreamer IRC channel on the Freenode IRC network.
84
85 ==== Developers ====
86
87 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
88 from there (see link above).
89
90 Interested developers of the core library, plugins, and applications should
91 subscribe to the gstreamer-devel list.
92
93         
94 Contributors to this release
95     
96       * Mark Nauwelaerts
97       * Michael Smith
98       * Miguel Angel Cabrera Moya
99       * Sebastian Dröge
100       * Tim-Philipp Müller
101       * Wim Taymans
102       * Руслан Ижбулатов
103