validate-report: Fix valist usage
authorEdward Hervey <bilboed@bilboed.com>
Mon, 16 Feb 2015 18:24:23 +0000 (19:24 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 16 Feb 2015 18:24:23 +0000 (19:24 +0100)
commita1da4cd733185043a87bb3c1953db37ebedcb0d0
tree8386944fed618d24b4ac91274ea6c78e857a1294
parent3d83370770dcd0f9c09ed5fec7f3e20a9724c401
validate-report: Fix valist usage

a va_list always 'exists' (it's a struct). It therefore can't be NULL
(and can't be tested)

Just use the regular print variant where appropriate.
validate/gst/validate/gst-validate-report.c