summaryrefslogtreecommitdiff
path: root/ext/hal
AgeCommit message (Expand)AuthorFilesLines
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost3-29/+17
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-05-21Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2-4/+4
2008-04-05ext/hal/hal.c: Don't munge device string to 'default:x' for capture devices.Tim-Philipp Müller1-1/+5
2007-03-04Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2-2/+2
2007-03-02ext/hal/hal.c: Fix compilation.Wim Taymans1-0/+5
2007-03-01ext/hal/: Having NULL as UDI previously selected the default sink/src. Change...Sebastian Dröge4-64/+277
2007-03-01ext/hal/: Check if the device UDI is set before trying to query HAL about it ...Sebastian Dröge3-2/+16
2007-02-07ext/hal/hal.*: Some small cleanups; deal with errors when parsing the HAL ALS...Tim-Philipp Müller2-21/+24
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-3/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+2
2006-03-30better/unified long descriptionsWim Taymans2-12/+10
2006-02-15Add HAL sound device wrapper plugins. Closes #329106Wim Taymans9-0/+931