mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
GStreamer multimedia framework
c04bb945b0
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. |
||
---|---|---|
common@59cb678164 | ||
examples | ||
gi | ||
hooks | ||
old_examples | ||
plugin | ||
testsuite | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
env | ||
gst-python.doap | ||
Makefile.am | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
pygst.py.in | ||
README | ||
RELEASE | ||
TODO |
This file will be autogenerated. Please read README-docs.