summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7b350c4964..469774caf1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
-This is GStreamer Python Bindings 0.10.7, "You want to feel sorry for yourself, Don't you ?"
+This is GStreamer Python Bindings 0.10.8, "This time I know our side will win."
+
+Changes since 0.10.7:
+
+Bugs fixed since 0.10.7:
+
+ * 398567 : undefined symbol: libxml_xmlDocPtrWrap
+ * 343980 : [solaris] import gst crash python
+ * 363795 : Impossible to reset a pad to " unnegotiated " from Python
+ * 380966 : Discoverer doesn't cope well with demuxers that don't cre...
+ * 381243 : No checks are made when converting from gst.Fraction to G...
+ * 385841 : Handle gchar** (GStrv) arguments
+ * 410838 : gst-python doesn't handle gst.Buffers in GValues (e.g. in...
+ * 418222 : New parameter to the discoverer to change the default max...
+ * 432521 : [gst-discover] show audio and video length in ms
+ * 433375 : [win32] autogenerated win32/common/config.h needed
+ * 436620 : get_uri_type methods should return enum objects
+ * 446674 : API break
+ * 450117 : [PATCH] gst.event_new_custom needs to copy structure as C...
+ * 451645 : gst.Buffer.stamp() is broked
+ * 454259 : Requestable Pad Segfaults When No Name Is Supplied
+ * 376996 : [PATCH] Fully implement GstPropertyProbe interface
+ * 415003 : build warnings against python 2.5 on x86_64
+ * 428299 : Allow python elements to implement pad queries
Changes since 0.10.6:
* Threadsafe fix