releasing 0.10.8
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamerĀ 0.10.8, "Soepeke, ik zie ou nog altijd nie"
2
3 Changes since 0.10.7:
4     
5       * Important fix for registry update causing applets not to load
6
7 Bugs fixed since 0.10.7:
8     
9       * 344474 : Gnome Mixer Applet doesn't want to load
10
11 Changes since 0.10.6:
12     
13       * Registry cache updating is now done in a fork, so no plugins are left
14         opened
15       * New version of data protocol now serializes events
16       * queue fixes
17       * win32 fixes
18
19 Bugs fixed since 0.10.6:
20     
21       * 338335 : [patch] memleak in gst-utils.c (leak pads from iterator)
22       * 343598 : undefined symbol in coreindexers when using --disable-loa...
23       * 336929 : GstCollectPads does not clear/reset segment info after fl...
24       * 337100 : [fakesink] add " preroll-handoff " signal
25       * 339918 : GstTagSetter merge-mode description unclear, and implemen...
26       * 340501 : [filesrc] give primary rank
27       * 341662 : gst-launch print_tags() fix
28       * 342238 : API: gst_element_seek_simple
29       * 342321 : GST_QUERY_POSITION fails if GstBaseSrc in get_range mode
30       * 342777 : rebuilding the registry leaves all plugins in memory
31       * 342820 : gstnetclientclock.c(453): servaddr used before set
32       * 343057 : gst-launch-0.10 segfaults when passed gst-plugin-path and...
33       * 343341 : [API] add GST_TAG_PREVIEW_IMAGE
34       * 343827 : leak in gst_index_gtype_resolver
35       * 343929 : Use of // in public header
36       * 343988 : data protocol needs extending to handle events better
37       * 341479 : Too many plugins loaded even for up-to-date registry
38       * 343334 : GstCollectPads testsuite and fixes
39       * 343538 : GstCollectPads doesn't reset EOS fields when stopped
40
41 API added since 0.10.6:
42
43       * gst_element_seek_simple()
44       * GST_FLOW_CUSTOM_SUCCESS
45       * GST_FLOW_CUSTOM_ERROR
46       * GST_FLOW_IS_SUCCESS
47       * gst_collect_pads_set_flushing()
48       * GST_TAG_PREVIEW_IMAGE
49       * gst_dp_crc()
50       * GstDPPacketizer
51       * GstDPVersion
52       * GstFakeSink::preroll-handoff
53       * GstFakeSink::use-mmap
54
55 Changes since 0.10.5:
56
57       * Fixes for the collectpads helper
58       * Support for proper time recording on server-trickmode streams
59         via the applied_rate parameter of the NewSegment event
60       * Many bug fixes
61
62 Bugs fixed since 0.10.5:
63
64       * 339808 : [patch] mem-leak of bin in gstbin.c
65       * 338339 : [patch] registry cache is always written
66       * 339843 : [patch] fdsink should not handle short writes and non fat...
67       * 340016 : does not build on opensolaris, must always include config...
68       * 340079 : gst-launch wrapper fails with 'No version of tool gst-lau...
69       * 340174 : locking problem in gstbasesink
70       * 340460 : gst-launch no longer supports --version
71       * 340508 : remove glib pre 2.8 hacks and compat stuff
72       * 340604 : gst_mini_object_ref () docs make no mention of writeability
73       * 340608 : leaking caps in padtemplate
74       * 340697 : gstsystemclock hangs when outputting to stdout via fdsink 
75       * 340721 : API: add GST_TAG_IMAGE
76       * 340772 : [qtdemux] bails out on Meet The Robinsons trailer
77       * 341556 : gst-launch: print image tags in a human readable form
78       * 339821 : [patch] serializing a GValue with a NULL buffer crashes
79
80 API added since 0.10.5:
81
82       * gst_adapter_take_buffer()
83       * GST_TAG_IMAGE tag added.
84       * gst_event_new_new_segment_full()
85       * gst_event_parse_new_segment_full()
86       * GstSegment::applied_rate field
87       * gst_segment_set_newsegment_full()
88
89 Changes since 0.10.4:
90
91       * QoS in BaseTransform
92       * gcc 4.1 fixes
93       * BaseTransform reworked
94       * Bus reworked; signal API added
95
96 Bugs fixed since 0.10.4:
97     
98       * 131079 : [PATCH] [api] loading a class leaves elementfactory blank
99       * 317048 : gstreamer Cygwin build fixes
100       * 325599 : Build fails with GCC 4.1
101       * 327315 : GStreamer CVS head files to build with GCC 4.1
102       * 331248 : [basesink] filesink spews warnings when used with flacenc
103       * 332151 : xml registry loader should use mmap() where possible
104       * 332390 : [GstQueue/GstPad] queue pauses immediately when linked, p...
105       * 332986 : Something wrong in caps checking...
106       * 334109 : pkg-config files must link with the same check library th...
107       * 334303 : Stale libgnomeui check in configure
108       * 334434 : Missing functions in def files for dlls
109       * 335195 : GST_BOILERPLATE_FULL etc isn' optimised
110       * 335480 : start with debugging disabled
111       * 335513 : totem goes (and stays) out of sync when running bittorrent
112       * 336336 : [queue] Queue might block in EOS
113       * 336945 : [filesink] throws error when writing 0 bytes
114       * 337103 : small cleanup in gstplugin.c
115       * 337386 : Pipeline bus is not initially flushing
116       * 338711 : Internal data flow error with latest updates for FC5 with...
117       * 326311 : basesink does not call the PAUSED- > PLAYING change_state f...
118       * 326998 : GstBaseSrc's send_event handler ignores seek requests aft...
119
120 API added since 0.10.4:
121
122       * gst_controller_unset_all()
123       * gst_pad_query_peer_position()
124       * gst_pad_query_peer_duration()
125       * gst_pad_query_peer_convert()
126       * GstBaseSink::async_play()
127       * GstBaseSrc::qos
128       * gst_base_sink_set_qos_enabled()
129       * gst_base_sink_is_qos_enabled()
130       * gst_base_transform_update_qos()
131       * gst_base_transform_set_qos_enabled()
132       * gst_base_transform_is_qos_enabled()
133       * gst_pipeline_get_delay()
134       * gst_pipeline_set_delay()
135
136 Changes since 0.10.3:
137     
138       * Parallel installability with 0.8.x series
139       * Threadsafe design and API
140       * 33% of library size removed by parse change
141       * (Experimental) QoS features (use max-lateness on BaseSink subclasses to enable)
142
143 Bugs fixed since 0.10.3:
144     
145       * 323542 : GStreamer 0.10 hangs at EOS for all songs
146       * 320340 : triggering a gst_task_join from the streaming task can de...
147       * 322628 : document thread-unsafety of gst_value_foo() + gst_value_r...
148       * 324186 : Smarter (deterministic!) typefind decisions
149       * 324398 : varargs/valist functions aren't bindable
150       * 328873 : only one gst_bin_recalc_state allowed at a time
151       * 330899 : CVS directory in make dist tarball
152       * 330906 : API: add GST_QUERY_TYPE_NAME and GST_MESSAGE_TYPE_NAME
153       * 330996 : basesrc emits EOS unconditionally when going to READY
154       * 331255 : Shrinking gst_parse_launch bloat
155       * 331898 : Basetranform is not reusable
156       * 332045 : API: GstPipeline needs API to disable  flushing of its bu...
157       * 332277 : [filesrc] seek does not correct read position in non-mmap...
158       * 332611 : [basesrc] needs way to prevent expensive start/stop in ch...
159       * 332723 : New API: gst_type_find_helper_for_buffer
160       * 333042 : New API: gst_type_find_helper_get_range
161       * 333266 : Registry file writing rewrite
162       * 333272 : tests should set G_SLICE=always-malloc now
163       * 333417 : GST_BOILERPLATE_WITH_INTERFACE can't be used in C++ code
164       * 333669 : Add pad accessor defines for GstBaseTransform
165       * 333779 : New API: add gst_uri_has_protocol
166       * 324818 : gst_registry_get_default doesn't sink newly created registry
167       * 330125 : _pad_send_event does not check flushing correctly
168       * 330684 : Add ability to emit sync-message without messing with the...
169  
170 API added since 0.10.3:
171     
172       * gst_pipeline_set_auto_flush_bus()
173       * gst_pipeline_get_auto_flush_bus()
174       * gst_uri_has_protocol()
175       * gst_pipeline_set_max_lateness()
176       * gst_pipeline_get_max_lateness()
177       * gst_pipeline_get_sync()
178       * gst_pipeline_do_sync()
179       * GST_BASE_TRANSFORM_SRC_PAD()
180       * GST_BASE_TRANSFORM_SINK_PAD()
181       * GstBaseSrc::check_get_range()
182       * GstBaseSink::max-lateness
183       * gst_type_find_helper_get_range()
184       * gst_type_find_helper_for_buffer()
185       * GST_MESSAGE_TYPE_NAME()
186       * GST_QUERY_TYPE_NAME()
187       * gst_bus_enable_sync_message_emission()
188       * gst_bus_disable_sync_message_emission()
189
190 Changes since 0.10.2:
191
192       * Documentation updates
193       * Bug fixes
194       * Base class improvements
195       * Extra utility API
196       * More elements ported from 0.8
197       * Fixes for win32 build.
198
199 Changes since 0.10.1:
200     
201       * documentation updates
202       * bug fixes
203
204 Bugs fixed since 0.10.1:
205     
206       * 325429 : GST_BOILERPLATE_FULL can't be used when compiling with -W...
207       * 316086 : MinGW compilation: fileindexer depends on mmap
208
209 Changes since 0.10.0:
210     
211       * element factory leak fixes
212       * tests cleanup
213       * BaseSrc seeking in other format than BYTES
214       * collectpad fixes
215
216 Bugs fixed since 0.10.0:
217     
218       * 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
219       * 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
220       * 323870 : [tools] gst-feedback needs updating for 0.9/0.10
221       * 323882 : gst-launch manpage needs updates
222       * 323905 : use return val of g_list_append
223
224 API added since 0.10.0:
225      
226       * GST_TYPE_STATIC_CAPS
227       * GST_TYPE_STATIC_PAD_TEMPLATE
228       * GstNetTimeProvider::active
229       * gst_base_src_set_format
230
231 Changes from the 0.8 series to 0.10 series:
232
233       * Refcounting and API revised for thread safety, see rules in
234         docs/design/part-MT-refcounting.txt
235
236       * Scheduling is now done by the elements, they start/stop
237         processing threads themselves. This removes the need for 
238         a separate scheduler.
239
240       * State changes now happen from sink to source. This makes sure
241         that downstream elements are ready to process data when upstream
242         starts producing.
243
244       * EOS/ERROR/... does not change the state of elements anymore. This
245         means that when the application sets the state on an element, it
246         remains in this state.
247
248       * GMainLoop integration. Information on the state of the pipeline
249         is now received in the mainloop via the GstBus.
250
251       * Events move separate from the datastream, this allows for both
252         in and out of sync delivery of events.
253
254       * Generic _pull() replaced by _pull_region() so that random access
255         can be made faster.
256
257       * data passing happens from PAUSED, called the preroll phase. In this
258         state no data is rendered but it is queued in the sinks.
259
260       * negotiation simplified. Caps are now attached to buffers and travel
261         along with the datastream. 
262
263       * GstBuffer is now subclassable.
264
265       * Ghostpads now look and feel like real pads.
266
267       * New Seeking/flushing policy.
268
269       * Addition of base classes and helper functions in the core to abstract
270         away the harder parts of plugin development.
271
272 Changes since 0.9.7:
273
274       * added Traditional Chinese translation
275
276 Bugs fixed since 0.9.7:
277     
278       * 322874 : [PAD] pad_alloc_buffer should not call set_caps
279       * 323222 : GStreamer 0.9.7 still checks in dirs containing 0.9
280       * 323250 : [collectpads] debug category should be called 'collectpad...
281
282 Changes since 0.9.6:
283     
284       * bumped major/minor to 0.10
285       * API cleanup
286       * PluginFeature and TypeFind leak fixes
287       * cleaned up source tree
288       * added plugin documentation for core elements
289       * fixes for stripped core
290
291 Bugs fixed since 0.9.6:
292     
293       * 320529 : [API] gst_event_new_segment mentions " stream_time " as an ...
294       * 321917 : quicktime with two video tracks and extra foo, makes tote...
295       * 322257 : Fix gstnet library name
296       * 322427 : gst-compprep aborts with 'double free or corruption'
297       * 322429 : Filesink seeking problem
298       * 322626 : Strings in gst-launch.c adn gstdebug.c are horrid
299       * 322708 : gst_plugin_load_file leaks a reference to a GstPlugin
300       * 322751 : gst_ghost_pad_get_target borks on pads without target
301       * 322842 : GStreamer-CRITICAL in GstBaseSink and GstBaseTransform
302
303 Changes since 0.9.5:
304     
305       * API changes and clean-up
306       * Extensive documentation updates
307       * remove GLib 2.4 compatibility
308       * added clock selection
309       * added network clocking
310       * added fd:// URI handler
311       * added more fraction functionality
312
313 Bugs fixed since 0.9.5:
314     
315       * 143472 : [api] gst_tag_list_foreach() takes a non-const GstTagList*
316       * 156633 : [API] don't use same API for arrays as for normal lists
317       * 164168 : circular pipeline fails to negotiate
318       * 165650 : [API] gst_value_deserialize doesn't work correctly for NU...
319       * 168438 : [API] GstIndexFilter doesn't receive user_data
320       * 168494 : [API] gst_index_add_object() does nothing
321       * 305291 : Obnoxious bug-filing request
322       * 311489 : Possible gstghostpad locking problems
323       * 319178 : [API] finish filler events and support them in GstCollect...
324       * 319388 : 0.9 API changes tracker
325       * 319389 : state change updates obsolete some functions
326       * 319392 : GstEventType is not bindings-friendly
327       * 319395 : Macro name/visibility API bugs
328       * 319940 : Use GLIB macros for GCC extensions
329       * 320060 : add a CORE error category for missing ELEMENTS/PLUGINS
330       * 320097 : GST_BUFFER_FLAG_ORIGINAL should die
331       * 320113 : [API] duration message changes
332       * 320299 : gst_pad_send_event should take stream lock for serialized...
333       * 320324 : [API] GST_FOURCC_FORMAT should drop leading '%'
334       * 320423 : [API] padding for GstCollectData
335       * 320766 : [API] collect pads API changes
336       * 321061 : GstURI not used
337       * 321235 : [API] GST_PAD_IS_USABLE should be removed
338       * 321386 : [SEGFAULT] basetransform when doing reverse caps negotiation
339       * 321452 : GstPad's " template " property is b0rked
340       * 321528 : capsfilter: assertion `caps != NULL' failed
341       * 321595 : GstBin doesn't clean the message queue when changing stat...
342       * 321638 : Don't use // style comments in headers
343       * 321648 : Wrong type check in gst_message_parse_clock_lost
344       * 321710 : GstClock resolution functions should take a GstClockTime
345       * 321712 : GstClock adjust function changes
346       * 321875 : gst_plugin_check_file disappeared
347       * 321950 : gst_registry_scan_paths lacks implementation
348       * 321962 : [easyfix] gst_value_is_fixed uses gst_value_list_* on GST...
349       * 322027 : [API] Rename gst_caps_structure_fixate_* to gst_structure...
350       * 322034 : Elements should be updated not to take the stream lock in...
351       * 322069 : Names of GstTagSetter methods should be more descriptive
352       * 322134 : API master/slave clocks
353       * 322139 : our elements are confused about GEnumValue and which is t...
354   
355 Changes since 0.9.4:
356     
357       * gst_bus_poll and signal watch now see the same messages
358       * clock sync in BaseSrc class
359       * API documentation updates
360       * Bus reworked; signal API added
361
362 Bugs fixed since 0.9.4:
363     
364       * 317341 : after linking ghost pads, one target pad does not have a ...
365       * 320774 : basesrc commit broke typefinding
366
367 Changes since 0.9.3:
368
369       * state lock redefined
370       * Extensive documentation updates
371       * BaseTransform reworked
372       * Bus reworked; signal API added
373
374 Bugs fixed since 0.9.3:
375
376       * 111146 : new GstThread fails on pipeline with errors
377       * 169772 : [PATCH] GOption command-line parsing
378       * 170777 : use GST_TYPE_DATE for GST_TAG_DATE
379       * 315050 : [API] consider using GstClockTime instead of GTimeVal in ...
380       * 315126 : filesrc + forced caps should be possible
381       * 315383 : gst-launch shouldn't run broken pipelines
382       * 317041 : GstObject flags should be made real flags
383       * 318447 : gst_bin_iterate_sorted: Invalid call to gst_iterator_new
384
385 Changes since 0.9.2:
386
387       * gst-register has been removed
388       * Extensive documentation updates
389       * BaseTransform reworked
390       * Bus reworked; signal API added
391
392 Bugs fixed since 0.9.2:
393
394       * 102980 : support incremental gst-register/compprep updates
395       * 313897 : [0.9] registry rewrite
396       * 314710 : gst_buffer_create_sub doesn't copy the GST_BUFFER_FLAGS
397       * 315895 : gst_pad_query_convert src_val check
398       * 316155 : MinGW compilation: glib-mkenums root path subtitution pro...
399       * 316157 : MinGW compilation: Plugin exports
400
401 This is GStreamer 0.9.2, "South".
402
403 Bugs fixed since 0.9.1:
404
405       * 121015 : [api] gst_clock_entry_new() seems broken
406       * 134227 : [api] gst_clock_id_wait_async, wrong return code for defa...
407       * 142209 : [build] Large file support broken
408       * 154785 : Clock does not run if audio stream lacks data for a short...
409       * 305256 : [API] Change gst_element_seek to not mix enum/flags types
410       * 309253 : GST_DEBUG_FUNCPTR macro does illegal casting from functio...
411       * 311004 : ghostpad bugginess
412       * 311009 : valgrind shows undesired messages
413       * 311848 : Renegotiation broken
414       * 314708 : filesrc doesn't set GST_BUFFER_FLAG_READONLY on mmaped bu...