alsa: don't pass non-constant strings as printf format strings
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 8 Apr 2010 00:26:09 +0000 (01:26 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 8 Apr 2010 00:26:55 +0000 (01:26 +0100)
commit930f72c6b0e021aa8621534d4e7dfcd448a5b627
tree687ccc979dd7d71ee73a8d9727a67ffac2a0aeee
parent0ebbb98bfaa7db3293c32fea53fcb73874268450
alsa: don't pass non-constant strings as printf format strings

Fixes 'format not a string literal and no format arguments' compiler
warning when compiling with -DGST_DISABLE_PRINTF_EXTENSION.
ext/alsa/gstalsasink.c
ext/alsa/gstalsasrc.c