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