gst/gstbus.override (_wrap_gst_bus_add_watch): This function incorrectly returned...
authorMartin Soto <martinsoto@users.sourceforge.net>
Mon, 19 Dec 2005 17:49:30 +0000 (17:49 +0000)
committerMartin Soto <martinsoto@users.sourceforge.net>
Mon, 19 Dec 2005 17:49:30 +0000 (17:49 +0000)
commitd3b9836bbd0eb5b1c90cc03b166f32e8a93e418e
tree078b2f93bf4897f768c1d630171edf627ea854fa
parentc709d39be9173380cc4b7a06c2bb9609ada2120d
gst/gstbus.override (_wrap_gst_bus_add_watch): This function incorrectly returned self, which was causing the message...

Original commit message from CVS:
2005-12-19  Martin Soto  <martinsoto@users.sourceforge.net>

* gst/gstbus.override (_wrap_gst_bus_add_watch): This function
incorrectly returned self, which was causing the message bus to
get prematurely destroyed by the Python interpreter. Now returns
Py_None.
ChangeLog
gst/gstbus.override