aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-22 18:10:09 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-22 18:10:09 +0100
commite4f7e7387835f2d104054b356866aff3d409e3e0 (patch)
tree14da13804a8ea53eb86f19d46ec2cb335a29706f /NEWS
parent0dae307117a84152263d4c8b2c6aacf7e98a2f7c (diff)
Imported Upstream version 1.0.6upstream/1.0.6
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8355072..d96b260 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
-This is GStreamer 1.0.5
+This is GStreamer 1.0.6
+
+Changes since 1.0.5:
+
+ * bin: reset GValue from iterator after usage, fixing leak
+ * pipeline: fix seeking on pipeline with NULL clock
+ * message: accept NULL error argument in gst_message_parse_{error,warning,info}
+ * basesrc: handle renegotiation correctly
+ * basesink: handle sync of EOS after item without duration
+ * basetransform: avoid warnings from NULL outcaps passed to transform_size in shutdown race
+ * adapter, basesrc, typefind: handle gst_buffer_map failure
+ * queuearray: fix gst_queue_array_drop_element()
+ * queuearray: fix gst_queue_array_find()
+ * queue: remove query from queue if queue is flushing
+ * g-i: make sure enumeration types and flags are introspected and available to bindings
+ * g-i: add allow-none annotation for gst_pipeline_new()'s name property
+
+Bugs fixed since 1.0.5:
+
+ * 684804 : basesink: fails to post EOS message with RTSP stream
+ * 691185 : g-i: GStreamer enums and flags not usable - " expected enumeration type GstFormat, but got Format instead " warning when setting GstFormat property on GStreamer appsrc element
+ * 691985 : gst_pad_check_reconfigure: only remove flag if set.
+ * 691986 : basesrc: set NEED_RECONFIGURE flag if negotiate fails
+ * 692691 : queue: dangling pointer when doing allocation query on a flushing queue
+ * 692868 : basesink: expands GAP event without duration to last to segment end
+ * 693065 : pipeline: criticals when seeking on pipeline with NULL clock
+ * 693587 : Adding offset to GstSegment deserialize/serialize to fix jump on uninitialized value
+ * 693704 : gst_message_parse_{warning,error} annotations wrongly claim allow-none for GError parameter
+ * 693996 : basetransform: audioresample shutdown unit test fails with 'gst_audio_info_from_caps: caps != NULL' in transform_size
Changes since 1.0.4: