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