vorbistag: Use g_base64_decode_inplace()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 1 Apr 2011 10:09:44 +0000 (12:09 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 1 Apr 2011 10:09:44 +0000 (12:09 +0200)
commita2532fc3f7ebc3598f3e3a9fb8106f563afe9c99
tree9bfbe5f7d3ab1b7d61bb7e580e969861217f0a1e
parent1c475f10e1bf76a060c54e227ae3dfd54802c17c
vorbistag: Use g_base64_decode_inplace()

Instead of using the GLib base64 decoding functions manually to
do inplace base64 decoding. This makes the code easier to understand.
gst-libs/gst/tag/gstvorbistag.c