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