diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,4 +1,19 @@ -This is GStreamer Python Bindings 0.10.11, "What I got" +This is GStreamer Python Bindings 0.10.12, "A Wild Finish" + +Changes since 0.10.11: + + * Build fixes + * make gst.Fraction do simplification like GstFraction does in C + * Wrap gst_type_find_register + * Various bug-fixes + +Bugs fixed since 0.10.11: + + * 529728 : wrap gst_type_find_register + * 529731 : release the GIL around gst_element_factory_make + * 531697 : wrong indentation + * 532809 : gst-python version of gst.Fraction doesn't simplify + * 534888 : gst-python refcount error with gst_event_new_tag Changes since 0.10.10: |