gst/: Updated API
authorEdward Hervey <bilboed@bilboed.com>
Wed, 19 Oct 2005 15:04:25 +0000 (15:04 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 19 Oct 2005 15:04:25 +0000 (15:04 +0000)
commitb06c5a8a9e8b6438008b9eb0bdcc7c71a9d633e9
tree5560451dda3d15f6fe569daf3457276e9002470e
parenta96098cba87cb50c90c34630b9979b508a1f9850
gst/: Updated API

Original commit message from CVS:
* gst/gst.defs:
* gst/gst-types.defs:
Updated API
* gst/gstelement.override:
_wrap_gst_element_get_state: made wrapper behave more like codegen-ed
functions.
It now only takes an int or long as optional timeout argument, and if
there's no argument it will use GST_CLOCK_TIME_NONE
* testsuite/test_bin.py:
* testsuite/test_event.py:
* testsuite/test_ghostpad.py:
* testsuite/test_pipeline.py:
Updated testsuites for element.get_state() modifications
Added event parsing checks
Commented out test_ghostpad.PipeTest.testProbedLink til I find out why
"while self._handoffs < 10: pass" doesn't exit although it reaches
values way over 10
ChangeLog
gst/gst-types.defs
gst/gst.defs
gst/gstelement.override
testsuite/test_bin.py
testsuite/test_event.py
testsuite/test_ghostpad.py
testsuite/test_pipeline.py