releasing 0.10.10
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 0.10.10 "Pais"
3         
4
5
6 The GStreamer team is proud to announce a new release
7 in the 0.10.x stable series of the
8 core of the GStreamer streaming media framework.
9
10
11 The 0.10.x series is a stable series targeted at end users.
12 It is not API or ABI compatible with the stable 0.8.x series.
13 It is, however, parallel installable with the 0.8.x series.
14
15
16 The 0.10.x series has been reworked for threadsafety.  It also features
17 various feature additions and enchancements.
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 plug-ins
25 gst-plugins-good
26 contains a set of well-supported plug-ins under our preferred license
27 gst-plugins-ugly
28 contains a set of well-supported plug-ins, but might pose problems for
29     distributors
30 gst-plugins-bad
31 contains a set of less supported plug-ins that haven't passed the
32     rigorous quality testing we expect
33
34
35
36   
37
38 Features of this release
39     
40       * Parallel installability with 0.8.x series
41       * Threadsafe design and API
42
43 Bugs fixed in this release
44      
45       * 349180 : gst_parse_launch is not reentrant (or recursively callable)
46       * 348455 : [filesrc] should not use mmap() by default, since it migh...
47       * 340674 : marry gst-debugs & plot-timeline.py
48       * 350449 : [GstBaseTransform] buffer_alloc should alway try downstream
49       * 352580 : implement proper caps merging
50       * 345444 : Linking to an audioconvert (pad-added callback) multiple ...
51       * 347293 : GstValueList comparison is flawed
52       * 347311 : element_unlink leaks its iterator wich will leak the src ...
53       * 348179 : gst_parse_lauch is not reentrant
54       * 348354 : failure in bison version detection breaks build
55       * 350419 : API: GST_SEGMENT_FORMAT printf extension for GstSegments
56       * 350879 : [init] Mark gstreamer as being initialized during registr...
57       * 350935 : API: add GST_TAG_EXTENDED_COMMENT
58       * 353976 : asssertion about element sanity in gst_registry_xml_write...
59       * 350432 : micro-optimising quarks
60       * 341029 : Ghostpads internal and target should be linked from the b...
61       * 345295 : [PATCH] gstreamer/libs/gst/net for Windows
62       * 347756 : Allow --disable-trace without --disable-parse
63       * 347794 : Do not reset SIGSEGV handler when --gst-disable-segtrap i...
64       * 348918 : application should decide whether or not to use fork() to...
65       * 349943 : [QOS] documentation/code mismatch
66       * 351768 : Unwanted concurent buffer modifications
67       * 352958 : pad_alloc_buffer and stream lock
68       * 353121 : gst_query_new_segment should initialize all structure fields
69       * 353122 : gst_element_get_bus refs the bus unconditionally
70       * 347385 : [ghostpad] gst_ghost_pad_new_from_template() method
71       * 348677 : Upgrade to 0.10.9 breaks existing applications (failed se...
72
73 API changed in this release
74      
75 - API additions:
76     
77 * gst_segtrap_is_enabled
78 * gst_segtrap_set_enabled
79 * gst_registry_fork_is_enabled
80 * gst_registry_fork_set_enabled
81 * gst_ghost_pad_new_from_template
82 * gst_ghost_pad_new_no_target_from_template
83 * gst_caps_merge
84 * GST_TAG_EXTENDED_COMMENT
85 * GstClockCLass:wait_jitter
86 * GST_SEGMENT_FORMAT
87 * gst_structure_id_set
88 * gst_structure_id_set_valist
89
90 Download
91
92 You can find source releases of gstreamer in the download directory:
93 http://gstreamer.freedesktop.org/src/gstreamer/
94
95 GStreamer Homepage
96
97 More details can be found on the project's website:
98 http://gstreamer.freedesktop.org/
99
100 Support and Bugs
101
102 We use GNOME's bugzilla for bug reports and feature requests:
103 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
104
105 Developers
106
107 CVS is hosted on cvs.freedesktop.org.
108 All code is in CVS and can be checked out from there.
109 Interested developers of the core library, plug-ins, and applications should
110 subscribe to the gstreamer-devel list. If there is sufficient interest we
111 will create more lists as necessary.
112
113         
114 Applications
115
116 Applications ported to GStreamer 0.10 include Totem, RhythmBox, Sound-Juicer,
117 Gnome Media, Flumotion, Amarok, Jamboree, Pitivi, Istanbul, AnnoAmp, Elisa, and others.
118 Let us know if you want to be added to this list.
119
120   
121 Contributors to this release
122     
123       * Andy Wingo
124       * Antoine Tremblay
125       * Edward Hervey
126       * Jan Schmidt
127       * Marc-Andre Lureau
128       * Michael Smith
129       * Peter Kjellerstedt
130       * Stefan Kost
131       * Thomas Vander Stichele
132       * Tim-Philipp Müller
133       * Torsten Schoenfeld
134       * Wim Taymans
135