rtspconnection: don't use GLib-2.18 function
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 10 Aug 2009 19:18:24 +0000 (20:18 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 10 Aug 2009 19:18:24 +0000 (20:18 +0100)
commitcb19626c8c7fc8ac1ab7e740e4ec776800dc290f
tree845e7c82caa30813a7526c418a4b38cdac4ddc31
parent11ad341d35c539a77ba02f10a5b0060bc99a5540
rtspconnection: don't use GLib-2.18 function

g_checksum_reset() was added only in GLib 2.18, but we still require
only 2.16, so work around that if we only have 2.16. Fixes #591357.
gst-libs/gst/rtsp/gstrtspconnection.c