diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-06-26 09:14:51 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-06-26 09:14:51 +0000 |
commit | 4e33f9fdccf2a0ea3783a7da5d6c06e9fe5f49d9 (patch) | |
tree | d9f6f6dbfcfdc95f86987149892db67a585188f6 /ChangeLog | |
parent | f2505d6ec62b24111bb9f4f7ac3e58a928ccd5eb (diff) |
gst/gstmodule.c: Return None if GstMiniObject GValue doesn't contain anything (NULL).
Original commit message from CVS:
* gst/gstmodule.c: (pygstminiobject_from_gvalue):
Return None if GstMiniObject GValue doesn't contain anything (NULL).
Fixes #540221
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-06-26 Edward Hervey <edward.hervey@collabora.co.uk> + + * gst/gstmodule.c: (pygstminiobject_from_gvalue): + Return None if GstMiniObject GValue doesn't contain anything (NULL). + Fixes #540221 + 2008-06-20 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: |