mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
dc83edf73e
Original commit message from CVS: fix a race condition in test_buffer.py * gst/gst.override: * gst/gstmodule.c: (init_gst): add a pygst debug category for bindings themselves to use * gst/gstbuffer.override: add a repr method; add some assertions * gst/pygstminiobject.c: (pygst_miniobject_init), (pygstminiobject_register_wrapper), (pygstminiobject_new), (pygstminiobject_new_noref), (pygstminiobject_dealloc), (pygstminiobject_clear): make the miniobjs hash private with an underscore add debugging for inserting/removal in hash fix pygstminiobject_clear - it also needs to remove from the global hash. Fixes a nasty race problem in test_buffer * testsuite/test_buffer.py: expand on the subbuffer test |
||
---|---|---|
.. | ||
.gitignore | ||
common.py | ||
Makefile.am | ||
runtests.py | ||
test-object.c | ||
test-object.h | ||
test_buffer.py | ||
test_caps.py | ||
test_element.py | ||
test_event.py | ||
test_interface.py | ||
test_pad.py | ||
test_pipeline.py | ||
test_probe.py | ||
test_registry.py | ||
test_struct.py | ||
test_xml.py | ||
testhelpermodule.c |