releasing 0.10.2
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamerĀ 0.10.2, "If man is 5"
2
3 Changes since 0.10.1:
4     
5       * documentation updates
6       * bug fixes
7
8 Bugs fixed since 0.10.1:
9     
10       * 325429 : GST_BOILERPLATE_FULL can't be used when compiling with -W...
11       * 316086 : MinGW compilation: fileindexer depends on mmap
12
13 Changes since 0.10.0:
14     
15       * element factory leak fixes
16       * tests cleanup
17       * BaseSrc seeking in other format than BYTES
18       * collectpad fixes
19
20 Bugs fixed since 0.10.0:
21     
22       * 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
23       * 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
24       * 323870 : [tools] gst-feedback needs updating for 0.9/0.10
25       * 323882 : gst-launch manpage needs updates
26       * 323905 : use return val of g_list_append
27
28 API added since 0.10.0:
29      
30       * GST_TYPE_STATIC_CAPS
31       * GST_TYPE_STATIC_PAD_TEMPLATE
32       * GstNetTimeProvider::active
33       * gst_base_src_set_format
34
35 Changes from the 0.8 series to 0.10 series:
36
37       * Refcounting and API revised for thread safety, see rules in
38         docs/design/part-MT-refcounting.txt
39
40       * Scheduling is now done by the elements, they start/stop
41         processing threads themselves. This removes the need for 
42         a separate scheduler.
43
44       * State changes now happen from sink to source. This makes sure
45         that downstream elements are ready to process data when upstream
46         starts producing.
47
48       * EOS/ERROR/... does not change the state of elements anymore. This
49         means that when the application sets the state on an element, it
50         remains in this state.
51
52       * GMainLoop integration. Information on the state of the pipeline
53         is now received in the mainloop via the GstBus.
54
55       * Events move separate from the datastream, this allows for both
56         in and out of sync delivery of events.
57
58       * Generic _pull() replaced by _pull_region() so that random access
59         can be made faster.
60
61       * data passing happens from PAUSED, called the preroll phase. In this
62         state no data is rendered but it is queued in the sinks.
63
64       * negotiation simplified. Caps are now attached to buffers and travel
65         along with the datastream. 
66
67       * GstBuffer is now subclassable.
68
69       * Ghostpads now look and feel like real pads.
70
71       * New Seeking/flushing policy.
72
73       * Addition of base classes and helper functions in the core to abstract
74         away the harder parts of plugin development.
75
76 Changes since 0.9.7:
77
78       * added Traditional Chinese translation
79
80 Bugs fixed since 0.9.7:
81     
82       * 322874 : [PAD] pad_alloc_buffer should not call set_caps
83       * 323222 : GStreamer 0.9.7 still checks in dirs containing 0.9
84       * 323250 : [collectpads] debug category should be called 'collectpad...
85
86 Changes since 0.9.6:
87     
88       * bumped major/minor to 0.10
89       * API cleanup
90       * PluginFeature and TypeFind leak fixes
91       * cleaned up source tree
92       * added plugin documentation for core elements
93       * fixes for stripped core
94
95 Bugs fixed since 0.9.6:
96     
97       * 320529 : [API] gst_event_new_segment mentions " stream_time " as an ...
98       * 321917 : quicktime with two video tracks and extra foo, makes tote...
99       * 322257 : Fix gstnet library name
100       * 322427 : gst-compprep aborts with 'double free or corruption'
101       * 322429 : Filesink seeking problem
102       * 322626 : Strings in gst-launch.c adn gstdebug.c are horrid
103       * 322708 : gst_plugin_load_file leaks a reference to a GstPlugin
104       * 322751 : gst_ghost_pad_get_target borks on pads without target
105       * 322842 : GStreamer-CRITICAL in GstBaseSink and GstBaseTransform
106
107 Changes since 0.9.5:
108     
109       * API changes and clean-up
110       * Extensive documentation updates
111       * remove GLib 2.4 compatibility
112       * added clock selection
113       * added network clocking
114       * added fd:// URI handler
115       * added more fraction functionality
116
117 Bugs fixed since 0.9.5:
118     
119       * 143472 : [api] gst_tag_list_foreach() takes a non-const GstTagList*
120       * 156633 : [API] don't use same API for arrays as for normal lists
121       * 164168 : circular pipeline fails to negotiate
122       * 165650 : [API] gst_value_deserialize doesn't work correctly for NU...
123       * 168438 : [API] GstIndexFilter doesn't receive user_data
124       * 168494 : [API] gst_index_add_object() does nothing
125       * 305291 : Obnoxious bug-filing request
126       * 311489 : Possible gstghostpad locking problems
127       * 319178 : [API] finish filler events and support them in GstCollect...
128       * 319388 : 0.9 API changes tracker
129       * 319389 : state change updates obsolete some functions
130       * 319392 : GstEventType is not bindings-friendly
131       * 319395 : Macro name/visibility API bugs
132       * 319940 : Use GLIB macros for GCC extensions
133       * 320060 : add a CORE error category for missing ELEMENTS/PLUGINS
134       * 320097 : GST_BUFFER_FLAG_ORIGINAL should die
135       * 320113 : [API] duration message changes
136       * 320299 : gst_pad_send_event should take stream lock for serialized...
137       * 320324 : [API] GST_FOURCC_FORMAT should drop leading '%'
138       * 320423 : [API] padding for GstCollectData
139       * 320766 : [API] collect pads API changes
140       * 321061 : GstURI not used
141       * 321235 : [API] GST_PAD_IS_USABLE should be removed
142       * 321386 : [SEGFAULT] basetransform when doing reverse caps negotiation
143       * 321452 : GstPad's " template " property is b0rked
144       * 321528 : capsfilter: assertion `caps != NULL' failed
145       * 321595 : GstBin doesn't clean the message queue when changing stat...
146       * 321638 : Don't use // style comments in headers
147       * 321648 : Wrong type check in gst_message_parse_clock_lost
148       * 321710 : GstClock resolution functions should take a GstClockTime
149       * 321712 : GstClock adjust function changes
150       * 321875 : gst_plugin_check_file disappeared
151       * 321950 : gst_registry_scan_paths lacks implementation
152       * 321962 : [easyfix] gst_value_is_fixed uses gst_value_list_* on GST...
153       * 322027 : [API] Rename gst_caps_structure_fixate_* to gst_structure...
154       * 322034 : Elements should be updated not to take the stream lock in...
155       * 322069 : Names of GstTagSetter methods should be more descriptive
156       * 322134 : API master/slave clocks
157       * 322139 : our elements are confused about GEnumValue and which is t...
158   
159 Changes since 0.9.4:
160     
161       * gst_bus_poll and signal watch now see the same messages
162       * clock sync in BaseSrc class
163       * API documentation updates
164       * Bus reworked; signal API added
165
166 Bugs fixed since 0.9.4:
167     
168       * 317341 : after linking ghost pads, one target pad does not have a ...
169       * 320774 : basesrc commit broke typefinding
170
171 Changes since 0.9.3:
172
173       * state lock redefined
174       * Extensive documentation updates
175       * BaseTransform reworked
176       * Bus reworked; signal API added
177
178 Bugs fixed since 0.9.3:
179
180       * 111146 : new GstThread fails on pipeline with errors
181       * 169772 : [PATCH] GOption command-line parsing
182       * 170777 : use GST_TYPE_DATE for GST_TAG_DATE
183       * 315050 : [API] consider using GstClockTime instead of GTimeVal in ...
184       * 315126 : filesrc + forced caps should be possible
185       * 315383 : gst-launch shouldn't run broken pipelines
186       * 317041 : GstObject flags should be made real flags
187       * 318447 : gst_bin_iterate_sorted: Invalid call to gst_iterator_new
188
189 Changes since 0.9.2:
190
191       * gst-register has been removed
192       * Extensive documentation updates
193       * BaseTransform reworked
194       * Bus reworked; signal API added
195
196 Bugs fixed since 0.9.2:
197
198       * 102980 : support incremental gst-register/compprep updates
199       * 313897 : [0.9] registry rewrite
200       * 314710 : gst_buffer_create_sub doesn't copy the GST_BUFFER_FLAGS
201       * 315895 : gst_pad_query_convert src_val check
202       * 316155 : MinGW compilation: glib-mkenums root path subtitution pro...
203       * 316157 : MinGW compilation: Plugin exports
204
205 This is GStreamer 0.9.2, "South".
206
207 Bugs fixed since 0.9.1:
208
209       * 121015 : [api] gst_clock_entry_new() seems broken
210       * 134227 : [api] gst_clock_id_wait_async, wrong return code for defa...
211       * 142209 : [build] Large file support broken
212       * 154785 : Clock does not run if audio stream lacks data for a short...
213       * 305256 : [API] Change gst_element_seek to not mix enum/flags types
214       * 309253 : GST_DEBUG_FUNCPTR macro does illegal casting from functio...
215       * 311004 : ghostpad bugginess
216       * 311009 : valgrind shows undesired messages
217       * 311848 : Renegotiation broken
218       * 314708 : filesrc doesn't set GST_BUFFER_FLAG_READONLY on mmaped bu...