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