1 This is GStreamer 0.11.3 "Thrill of the Hunt"
3 New features in 0.11.3:
5 * Various bug fixes and improvements
6 * Input-selector defaults to sync-streams=true
7 * Queue don't just start the thread on linking
8 * Add user_data and notify to gst_memory_new_wrapped()
9 * Rework caps function for performance
10 * Improve basetransform allocator handling
11 * Implement metadata transforms
12 * Metadata registration improvements
13 * Use generic marshallers everywhere
14 * Push Sticky events in more cases
15 * Register queries like events
16 * Add DRAIN serialized query
17 * Add 0-padding and prefix to GstMemory
18 * Rework the ALLOCATION query
19 * Allow setting the allocator in a bufferpool
20 * Improve pull/get_range
22 New features in 0.11.2:
24 * Parallel installability with 0.10.x series
25 * Added pts/dts to buffers
26 * Moved controller into core
28 * AcceptCaps and GetCaps made as queries
29 * Added parent to pad functions
30 * Sticky events rewrite
31 * New GstSample object
32 * Asynchronous state change support for basesrc
33 * Added new bitmask type
38 * Do typefind in separate thread
39 * Rework alloc tracing
40 * Added STREAM_CONFIG, GAP and STREAM_START events
41 * Various cleanups and leak fixes