Release 0.11.90
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer 0.11.90 "And all with pearl and ruby glowing was the fair palace door"
2
3 New features in 0.11.90:
4
5       * Lots of bugfixes, cleanup and other improvements
6       * Improvements to the buffer and memory managment API
7       * A new GstTOC interface, e.g. for handling chapters
8       * The GstChildProxy interface works with any GObject now
9
10 New features in 0.11.3:
11
12       * Various bug fixes and improvements
13       * Input-selector defaults to sync-streams=true
14       * Queue don't just start the thread on linking
15       * Add user_data and notify to gst_memory_new_wrapped()
16       * Rework caps function for performance
17       * Improve basetransform allocator handling
18       * Implement metadata transforms
19       * Metadata registration improvements
20       * Use generic marshallers everywhere
21       * Push Sticky events in more cases
22       * Register queries like events
23       * Add DRAIN serialized query
24       * Add 0-padding and prefix to GstMemory
25       * Rework the ALLOCATION query
26       * Allow setting the allocator in a bufferpool
27       * Improve pull/get_range
28
29 New features in 0.11.2:
30
31       * Parallel installability with 0.10.x series
32       * Added pts/dts to buffers
33       * Moved controller into core
34       * Pad probe rewrite
35       * AcceptCaps and GetCaps made as queries
36       * Added parent to pad functions
37       * Sticky events rewrite
38       * New GstSample object
39       * Asynchronous state change support for basesrc
40       * Added new bitmask type
41       * GstMemory updates
42       * Port to gio
43       * Port to newest glib
44       * Add stepped ranges
45       * Do typefind in separate thread
46       * Rework alloc tracing
47       * Added STREAM_CONFIG, GAP and STREAM_START events
48       * Various cleanups and leak fixes