aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOlivier Naudan <o-naudan@ti.com>2012-04-13 09:08:41 -0400
committerOlivier Naudan <o-naudan@ti.com>2012-04-13 09:08:41 -0400
commit54399760aad93cb3ec36162ced7649c8cd8286db (patch)
tree3b6047cba24cc1323720e162b5906e3fe8abdfc4 /NEWS
parentbeb43201c942afa12dfc4225218b61fcd6e90923 (diff)
Imported Upstream version 0.11.90upstream/0.11.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS50
1 files changed, 45 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 24a61f4..d09aec1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,48 @@
-This is GStreamer 0.11.1 "Sweet New Blossom"
+This is GStreamer 0.11.90 "And all with pearl and ruby glowing was the fair palace door"
-New featues in 0.11.1:
+New features in 0.11.90:
+
+ * Lots of bugfixes, cleanup and other improvements
+ * Improvements to the buffer and memory managment API
+ * A new GstTOC interface, e.g. for handling chapters
+ * The GstChildProxy interface works with any GObject now
+
+New features in 0.11.3:
+
+ * Various bug fixes and improvements
+ * Input-selector defaults to sync-streams=true
+ * Queue don't just start the thread on linking
+ * Add user_data and notify to gst_memory_new_wrapped()
+ * Rework caps function for performance
+ * Improve basetransform allocator handling
+ * Implement metadata transforms
+ * Metadata registration improvements
+ * Use generic marshallers everywhere
+ * Push Sticky events in more cases
+ * Register queries like events
+ * Add DRAIN serialized query
+ * Add 0-padding and prefix to GstMemory
+ * Rework the ALLOCATION query
+ * Allow setting the allocator in a bufferpool
+ * Improve pull/get_range
+
+New features in 0.11.2:
* Parallel installability with 0.10.x series
- * Remove negotiation from state change in GstBaseSrc
- * Removed our custom FOURCC type
- * Updates to the base classes
+ * Added pts/dts to buffers
+ * Moved controller into core
+ * Pad probe rewrite
+ * AcceptCaps and GetCaps made as queries
+ * Added parent to pad functions
+ * Sticky events rewrite
+ * New GstSample object
+ * Asynchronous state change support for basesrc
+ * Added new bitmask type
+ * GstMemory updates
+ * Port to gio
+ * Port to newest glib
+ * Add stepped ranges
+ * Do typefind in separate thread
+ * Rework alloc tracing
+ * Added STREAM_CONFIG, GAP and STREAM_START events
+ * Various cleanups and leak fixes