gstreamer/testsuite
Edward Hervey 56f25a4653 gst/common.h: cleanup
Original commit message from CVS:
* gst/common.h:
cleanup
* gst/gst-types.defs:
* gst/gst.defs:
Updated defs file to current gstreamer core
* gst/gst.override:
Added useless function (at least from python bindings) and little correction
on _wrap_gst_xml_get_topelements()
* gst/gstbin.override:
* gst/gstbuffer.override:
Fix memleak in gst.Buffer.set_caps()
* gst/gstevent.override:
Added wrapper for remaining gst_event_parse_*()
* gst/gstlibs.override:
Wrapped more gst.Controller methods
* gst/gstmodule.c: (init_gst):
new gst_init()
Added atexit(gst_deinit)
* gst/gstpad.override:
Fix memleak in gst.Pad.set_caps()
* gst/gstquery.override:
add gst.Query.parse_segment()
* gst/libs.defs:
Updated to current gst-libs
* gst/pygstminiobject.c: (pygstminiobject_register_wrapper),
(pygstminiobject_new), (pygstminiobject_dealloc):
Added debug
* testsuite/Makefile.am:
* testsuite/common.py:
* testsuite/gstpython.supp:
* testsuite/python.supp:
* testsuite/test_bin.py:
* testsuite/test_buffer.py:
* testsuite/test_element.py:
* testsuite/test_event.py:
* testsuite/test_ghostpad.py:
* testsuite/test_iterator.py:
* testsuite/test_message.py:
* testsuite/test_pipeline.py:
Proper valgrind testing,
Updated tests to new API
2005-10-11 12:42:53 +00:00
..
.gitignore testsuite/Makefile.am (check-local): distcheck fixes 2004-03-17 12:41:08 +00:00
common.py gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
gstpython.supp gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
Makefile.am gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
python.supp gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
runtests.py allow calling runtests on one test only 2005-10-05 14:22:56 +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_bin.py gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
test_buffer.py gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
test_bus.py Updated definitions, wrapper and testsuite for changes in GstBus API 2005-09-29 13:56:03 +00:00
test_caps.py add gst.Caps.__refcount__ 2005-10-05 17:18:32 +00:00
test_element.py gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
test_event.py gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
test_ghostpad.py gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
test_interface.py fix headers on tests 2005-09-01 10:36:07 +00:00
test_iterator.py gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
test_message.py gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
test_pad.py configure.ac: need at least 2.6.3, because that contains the code that converts signal closure arguments to the corre... 2005-10-06 10:54:14 +00:00
test_pipeline.py gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
test_registry.py update for new plugin API 2005-09-18 11:54:34 +00:00
test_struct.py gst/gst.defs: Updated definitions 2005-09-29 09:58:25 +00:00
test_xml.py fix headers on tests 2005-09-01 10:36:07 +00:00
testhelpermodule.c memleak fixes. Thanks valgrind :) 2005-10-06 16:58:38 +00:00