gstreamer/testsuite
Thomas Vander Stichele dc83edf73e fix a race condition in test_buffer.py
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
2005-09-01 14:41:28 +00:00
..
.gitignore testsuite/Makefile.am (check-local): distcheck fixes 2004-03-17 12:41:08 +00:00
common.py fix headers on tests 2005-09-01 10:36:07 +00:00
Makefile.am Backport from 0.8 branch and added new .defs file from GStreamer 0.9 2005-06-17 10:59:47 +00:00
runtests.py fix headers on tests 2005-09-01 10:36:07 +00:00
test-object.c Use gst.element_factory_make in play example 2004-11-23 10:16:58 +00:00
test-object.h Use gst.element_factory_make in play example 2004-11-23 10:16:58 +00:00
test_buffer.py fix a race condition in test_buffer.py 2005-09-01 14:41:28 +00:00
test_caps.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_element.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_event.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_interface.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_pad.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_pipeline.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_probe.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_registry.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_struct.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_xml.py fix headers on tests 2005-09-01 10:36:07 +00:00
testhelpermodule.c Remove old documentation system 2005-08-01 09:59:55 +00:00