summaryrefslogtreecommitdiffstats
path: root/ext/hal
Commit message (Expand)AuthorAgeFilesLines
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-283-29/+17
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2008-05-212-4/+4
* ext/hal/hal.c: Don't munge device string to 'default:x' for capture devices.Tim-Philipp Müller2008-04-051-1/+5
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-042-2/+2
* ext/hal/hal.c: Fix compilation.Wim Taymans2007-03-021-0/+5
* ext/hal/: Having NULL as UDI previously selected the default sink/src. Change...Sebastian Dröge2007-03-014-64/+277
* ext/hal/: Check if the device UDI is set before trying to query HAL about it ...Sebastian Dröge2007-03-013-2/+16
* ext/hal/hal.*: Some small cleanups; deal with errors when parsing the HAL ALS...Tim-Philipp Müller2007-02-072-21/+24
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-3/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* better/unified long descriptionsWim Taymans2006-03-302-12/+10
* Add HAL sound device wrapper plugins. Closes #329106Wim Taymans2006-02-159-0/+931