aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-25 13:21:13 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-25 13:21:13 +0200
commit8421cfdca94795cdb6513d3d6c38abd3a416373b (patch)
treeb259bfa95d54a3dbc09033dc5040c6e27a0f1036 /NEWS
parentf4e033e836d36ee95103886032932bf823db5e3f (diff)
Imported Upstream version 1.0.2upstream/1.0.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 432cd8a..8cbffdb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
-This is GStreamer 1.0.1
+This is GStreamer 1.0.2
+
+Changes since 1.0.1:
+
+ * Parallel installability with 0.10.x series
+ * collectpads: ensure all timestamps are in same time domain
+ * gobject-introspection: fix GstSample annotations
+ * add GstElement::post_message() vfunc
+ * info: allow gst_debug_add_log_function() to be called before gst_init()
+ * event: allow GST_CLOCK_TIME_NONE as duration for GAP events
+ * documentation: new chapters and updates for the application development manual and the plugin writer's guide
+
+Bugs fixed since 1.0.1:
+
+ * 686456 : g_type_init is no longer required
+ * 686658 : allocator: fix memory leak in _fallback_mem_copy
+ * 686659 : preset: remove variable not read
+ * 686723 : basesrc: generic/states test in -base now hangs with appsrc
+ * 686787 : testrtpool must be linked to pthreads
Changes since 1.0.0: