diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-03-01 01:48:59 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-03-01 01:48:59 +0000 |
| commit | 16490dc0cf0799493ca99a061264d7cc270eb3f4 (patch) | |
| tree | b29a1ddc768ef659030788a1ebcbe8ddc62b4747 /ChangeLog | |
| parent | 9597bb3f079b6ad90ad11136c20473fe1da40428 (diff) | |
ext/hal/: Check if the device UDI is set before trying to query HAL about it and give a useful error message if it wa...
Original commit message from CVS:
* ext/hal/gsthalaudiosink.c: (do_toggle_element):
* ext/hal/gsthalaudiosrc.c: (do_toggle_element):
Check if the device UDI is set before trying to query HAL
about it and give a useful error message if it wasn't set.
* ext/hal/hal.c: (gst_hal_get_string):
Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
gives an assertion failure in D-Bus when running with
DBUS_FATAL_WARNINGS=1.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-03-01 Sebastian Dröge <slomo@circular-chaos.org> + + * ext/hal/gsthalaudiosink.c: (do_toggle_element): + * ext/hal/gsthalaudiosrc.c: (do_toggle_element): + Check if the device UDI is set before trying to query HAL + about it and give a useful error message if it wasn't set. + * ext/hal/hal.c: (gst_hal_get_string): + Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL + gives an assertion failure in D-Bus when running with + DBUS_FATAL_WARNINGS=1. + 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: |
