gstreamer/testsuite
Edward Hervey 7a2babed30 codegen/argtypes.py: Add handling of 'keep-refcount' for GBoxed arguments.
Original commit message from CVS:
* codegen/argtypes.py:
Add handling of 'keep-refcount' for GBoxed arguments.
* gst/gst.defs:
Mark the appropriate 'gst_message_new_*' arguments when the method
takes the ownership of the passed gst.Structure/gst.TagList
* testsuite/test_message.py:
Test for creating messages that take a gst.Structure/gst.TagList as
argument and make sure they're properly created.
Fixes #556054
2008-12-06 15:41:41 +00:00
..
.gitignore Ignore log files. 2006-06-13 11:05:08 +00:00
cleanup.py testsuite/: Added cleanup file to initialize registry before running checks. 2006-06-12 16:51:36 +00:00
common.py gst/: new gst.pbutils module that wraps the gst-plugins-base pbutils helper library. 2008-01-01 13:22:21 +00:00
gstpython.supp testsuite/gstpython.supp: Keeping suppresions 2006-06-13 17:43:40 +00:00
Makefile.am testsuite/Makefile.am: Add a way to run individual tests. 'make test_bin.py.check' for example. 2008-12-06 15:39:01 +00:00
python.supp testsuite/python.supp: Added suppressions for FC5 64 bit 2006-05-09 10:25:17 +00:00
runtests.py testsuite/: Added cleanup file to initialize registry before running checks. 2006-06-12 16:51:36 +00:00
test-object.c Use gst.element_factory_make in play example 2004-11-23 10:16:58 +00:00
test-object.h testsuite/test-object.h: Fix broken GObject macros 2006-04-08 18:46:44 +00:00
test_bin.py testsuite/: Fix unit tests for pygobject >= 2.13.0 2007-10-09 14:27:18 +00:00
test_buffer.py gst/gstbuffer.override: the GstBuffer overrides seem to be confused about whether they're mini-objects or a GBoxed, a... 2008-06-27 08:39:37 +00:00
test_bus.py state change fix 2005-10-26 15:03:21 +00:00
test_caps.py gst/__init__.py: Added __eq__ method to fractions so we can check if two fractions are equal. 2007-03-01 14:21:52 +00:00
test_element.py Re-opens #530417 2008-06-13 11:11:38 +00:00
test_event.py testsuite/test_event.py: Sinks now send GST_EVENT_LATENCY events upstream. Adapt test for that new behaviour. 2008-12-06 14:10:51 +00:00
test_fraction.py gst/__init__.py: Implement multiplication, divison and float coercing for fractions. 2007-03-18 17:45:16 +00:00
test_ghostpad.py testsuite/: Fix unit tests for pygobject >= 2.13.0 2007-10-09 14:27:18 +00:00
test_interface.py testsuite/test_interface.py: Don't hardcode 'alsasrc' for testing GstMixer and GstPropertyProbe interfaces, but inste... 2008-06-27 10:42:38 +00:00
test_iterator.py gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
test_message.py codegen/argtypes.py: Add handling of 'keep-refcount' for GBoxed arguments. 2008-12-06 15:41:41 +00:00
test_pad.py Re-opens #514717 2008-06-12 11:11:49 +00:00
test_pbutils.py Series of update for new API added to 0.10.16. 2008-01-14 12:44:06 +00:00
test_pipeline.py testsuite/: Fix unit tests for pygobject >= 2.13.0 2007-10-09 14:27:18 +00:00
test_registry.py testsuite/test_registry.py (RegistryTest.testPluginList): Look for staticelements, not gstcoreelements. 2005-12-05 10:58:30 +00:00
test_segment.py Add ignore file for 0.10.12 API additions 2007-01-26 11:58:55 +00:00
test_struct.py gst/__init__.py: Added __eq__ method to fractions so we can check if two fractions are equal. 2007-03-01 14:21:52 +00:00
test_taglist.py Implement sq_contains and add tests for gst.TagList. 2007-03-17 13:36:48 +00:00
test_typefind.py Wrap gst_type_find_peek. 2008-11-19 16:54:58 +00:00
test_xml.py testsuite/test_xml.py: Don't attempt to test gst.XML if there's no available libxml2 module. 2008-06-27 10:29:58 +00:00
testhelpermodule.c Reordering header inclusion order to fix build on my machine. 2005-10-12 11:21:53 +00:00