diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-01-08 12:25:26 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-01-08 12:25:26 +0000 |
commit | 3b6ab11761b7b959beaafdf60c61e299820669f6 (patch) | |
tree | fb6c822e61658a3b807b218e23496134f0940286 /ChangeLog | |
parent | 405b07512a243d2e66ff1ea499fe6d42b32b1781 (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |