tools: gst-launch: fix up caps printing in verbose mode
authorTim-Philipp Müller <tim@centricular.com>
Wed, 13 Apr 2016 15:40:43 +0000 (16:40 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 13 Apr 2016 15:42:31 +0000 (16:42 +0100)
commit939a7fee6c4ac1f5c14c3f02dd31181ad51700d2
treef685a4e99e514624760de4531f97a626246d1c19
parente0757e1d8039bf6e6f808ddba13d5962e0c173c1
tools: gst-launch: fix up caps printing in verbose mode

Add missing 'else' and print caps and taglists without the
annoying duplicate string escaping, making both nicer to read.

Fixes string leak and coverity CID 1358492.
tools/gst-launch.c