gstreamer/gi/overrides
Mathieu Duponchelle c04bb945b0 overrides: fix callback setter overrides (bis)
The previous commit broke those by trying to pass weak refs
through pygobject, but we should probably have tested the elements
beyond instantiation: weakref.WeakMethod returns a callable, but
that callable when called only returns the ephemeral bound method,
which is the object we want to call, but pygobject has no support
for that.

Instead, fix the memory leaks we were going after by decoupling the
lifecycle of the callback and that of the pad, by passing functors
to pygobject.
2019-09-02 18:42:39 +02:00
..
Gst.py overrides: fix callback setter overrides (bis) 2019-09-02 18:42:39 +02:00
gstmodule.c gstmodule: fix warning when building against python2 2018-05-14 07:51:43 -04:00
GstPbutils.py Gst.init() has to be called before GstPbutils is imported 2019-01-30 15:46:35 -03:00
Makefile.am automake: remove __init__.py's 2018-10-28 17:53:08 +01:00
meson.build Tests: refactor testing approach 2018-10-31 00:41:31 +01:00