1 This is GStreamer 0.11.92 "High Hopes"
3 New features in 0.11.92:
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
10 New features in 0.11.91:
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
16 New features in 0.11.90:
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
23 New features in 0.11.3:
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
42 New features in 0.11.2:
44 * Parallel installability with 0.10.x series
45 * Added pts/dts to buffers
46 * Moved controller into core
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
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