xmptag: fix invalid reads in GST_DEBUG statement
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 24 Apr 2015 12:59:21 +0000 (14:59 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 24 Apr 2015 16:32:51 +0000 (17:32 +0100)
commit2b0b08b74c614cca8443399d667223b99cbc036f
tree2ff7c6787f6be2eced55cb8b01b76ededd4e6937
parentdf08f5eabe94c1fd95e2f8efe805cadfa2e799a8
xmptag: fix invalid reads in GST_DEBUG statement

Don't try to print a string that is not NUL-terminated. This
log line does not really seem useful so let's just drop it.

https://bugzilla.gnome.org/show_bug.cgi?id=748413
gst-libs/gst/tag/gstxmptag.c