gst-play: Fix format string compiler warning
authorSebastian Dröge <sebastian@centricular.com>
Mon, 22 Sep 2014 07:40:01 +0000 (10:40 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 22 Sep 2014 07:40:01 +0000 (10:40 +0300)
commit3e14b0edd67d04fd020ba3157053c8fcb7838d2e
tree37630ac393c7a3c0f699ce85e122ed5c9a083762
parent03707d0162552d361eb629efb0d3f3437e4dd951
gst-play: Fix format string compiler warning

gst-play.c:92:28: error: format string is not a string literal
      [-Werror,-Wformat-nonliteral]
  len = g_vasprintf (&str, format, args);
                           ^~~~~~
tools/gst-play.c