diff options
| author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-02-23 19:12:52 +0000 |
|---|---|---|
| committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-02-23 19:12:52 +0000 |
| commit | 825cf238bb7a97fb7be42ca4a9fd7ad93f094adc (patch) | |
| tree | ea4d3992d5d24bd0021a18b39eeeee7cdc728b59 /ChangeLog | |
| parent | 66df66daa21fe69c698a4a46173a3ac011bd65a1 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com> + * 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 <thaytan@mad.scientist.com> + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string), (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth), |
