diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-06-27 10:42:38 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-06-27 10:42:38 +0000 |
commit | 4373919e9605b7f19b03bebd98d2332cb477a044 (patch) | |
tree | 9cdf0b3bbd967168db0fb69d0a11ce226f666388 /ChangeLog | |
parent | 99cbd6dec462b5c341f0b70fe945e19dc22100a6 (diff) |
testsuite/test_interface.py: Don't hardcode 'alsasrc' for testing GstMixer and GstPropertyProbe interfaces, but inste...
Original commit message from CVS:
* testsuite/test_interface.py:
Don't hardcode 'alsasrc' for testing GstMixer and GstPropertyProbe
interfaces, but instead search one through the registry.
If none are available, return gracefully.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-06-27 Edward Hervey <edward.hervey@collabora.co.uk> + * testsuite/test_interface.py: + Don't hardcode 'alsasrc' for testing GstMixer and GstPropertyProbe + interfaces, but instead search one through the registry. + If none are available, return gracefully. + +2008-06-27 Edward Hervey <edward.hervey@collabora.co.uk> + * testsuite/test_xml.py: Don't attempt to test gst.XML if there's no available libxml2 module. |