summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-06-27 10:42:38 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-06-27 10:42:38 +0000
commit4373919e9605b7f19b03bebd98d2332cb477a044 (patch)
tree9cdf0b3bbd967168db0fb69d0a11ce226f666388 /ChangeLog
parent99cbd6dec462b5c341f0b70fe945e19dc22100a6 (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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19d8487..14bf4f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.