opuscommon: Use GString instead of snprintf for concating
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 27 Jul 2015 13:09:13 +0000 (18:39 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 27 Jul 2015 14:24:19 +0000 (15:24 +0100)
commitf04d4dd7c8bc4fe1f662ecbe0c7da6da224299be
tree211e389cefba0d87c0559d12634bbddbd757352f
parente5409361b8c18442d103dbef3ad3c0afa3b781f0
opuscommon: Use GString instead of snprintf for concating

Safer, easier to understand, and more portable. Also, skip
all this if the log level is too low.
ext/opus/gstopuscommon.c