alsa: remove 'dir' out variable
authorStefan Kost <ensonic@users.sf.net>
Thu, 12 Aug 2010 12:26:08 +0000 (15:26 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 12 Aug 2010 12:41:59 +0000 (15:41 +0300)
commit0fee4ed3d0c264dc4c0cb215d7b88320006ce2fb
tree04eb4dca0f5da4198b0dbae698507ee6048e8606
parent2dab0a8928b3c931591826b30de35ded44b00d68
alsa: remove 'dir' out variable

Alsa seems to expect that we initialize it. Remove the variable and pass NULL
as we actually don't use it. In alsasink also #ifdef one section that is
grabing diagnostics to be disabled, when logging is disabled (the code was
using the out parameter as well).

Fixes #626125
ext/alsa/gstalsasink.c
ext/alsa/gstalsasrc.c