GNOME Bugzilla – Bug 649227
[python] Check for Py_None when setting a miniobject
Last modified: 2011-05-03 11:18:08 UTC
Avoids a segfault when passing None to a GstMiniObject property, for example
Created attachment 187082 [details] [review] gstmodule: Check for Py_None when setting a miniobject Check if we got a None value before trying to use it as a PyGstMiniObject.
commit 501515522f2f330aefa42882952ad016e16d897d Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Mon May 2 16:59:30 2011 -0300 gstmodule: Check for Py_None when setting a miniobject Check if we got a None value before trying to use it as a PyGstMiniObject. https://bugzilla.gnome.org/show_bug.cgi?id=649227