summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-10-07 13:10:33 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-10-07 13:10:33 +0100
commitc6de3adac8d85ea49cf71a2b9868f9c092427f94 (patch)
tree4c2c6261e318756d7d2c36516567a057eeb62a51 /NEWS
parent36b2cb2a97978f0c4dae7a894da414f061ceb5e0 (diff)
Release 1.0.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 440001fbf..432cd8a2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
-This is GStreamer 1.0.0
+This is GStreamer 1.0.1
+
+Changes since 1.0.0:
+
+ * Capsfilter prefers filter caps over passthrough now
+ * Application Development Manual, Plugin Writer's Guide and other documentation updated and extended for 1.0
+ * Bug fixes
+
+Bugs fixed since 1.0.0:
+
+ * 680862 : identity with single-segment=true gives buffer.pts of CLOCK_TIME_NONE
+ * 684538 : baseparse: no timestamps after seeking in mp3 or aac
+ * 684755 : typo - whithin > within
+ * 684765 : Plugins without a klass in the metadata crashes autoaudiosink
+ * 684809 : proxypad don't hold a ref to their internal pad while streaming through it
+ * 684970 : Don't register printf extension for %p when glib is not using system printf
+ * 684981 : Pipeline hangs on PREROLLING negotiating caps
+ * 685072 : memory: map(READ)/unmap clears the READONLY status
+
+API additions since 1.0.0:
+
+ * gst_base_transform_set_prefer_passthrough()
New features in 1.0.0: