From 825cf238bb7a97fb7be42ca4a9fd7ad93f094adc Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 23 Feb 2007 19:12:52 +0000 Subject: gst/rtsp/: g_base64_encode is a GLib 2.12 function. Use an equivalent taken from icecast to replace it. Relicensed fr... Original commit message from CVS: * gst/rtsp/Makefile.am: * gst/rtsp/rtspconnection.c: (append_auth_header), (rtsp_connection_send), (rtsp_connection_set_auth): g_base64_encode is a GLib 2.12 function. Use an equivalent taken from icecast to replace it. Relicensed from GPL courtesy of Mike Smith. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 88458e62..8c05ef7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-02-23 Jan Schmidt + + * gst/rtsp/Makefile.am: + * gst/rtsp/rtspconnection.c: (append_auth_header), + (rtsp_connection_send), (rtsp_connection_set_auth): + g_base64_encode is a GLib 2.12 function. Use an equivalent taken + from icecast to replace it. Relicensed from GPL courtesy of Mike + Smith. + 2007-02-23 Jan Schmidt * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize), -- cgit