summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-01-08 12:25:26 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-01-08 12:25:26 +0000
commit3b6ab11761b7b959beaafdf60c61e299820669f6 (patch)
treefb6c822e61658a3b807b218e23496134f0940286 /ChangeLog
parent405b07512a243d2e66ff1ea499fe6d42b32b1781 (diff)
Raise an Exception when wrapping a NULL GstIterator.
Original commit message from CVS: * gst/pygstiterator.c: (pygst_iterator_new): * testsuite/test_iterator.py: Raise an Exception when wrapping a NULL GstIterator. Fixes #566903
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7052e1..f03a273 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-08 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * gst/pygstiterator.c: (pygst_iterator_new):
+ * testsuite/test_iterator.py:
+ Raise an Exception when wrapping a NULL GstIterator.
+ Fixes #566903
+
2009-01-05 Alessandro Decina <alessandro.decina@collabora.co.uk>
patch by: Vincent GENIEUX <mutex at runbox dot com>