From d60878ab14b68928e976afafddb74629e2a67ae7 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 4 Jun 2008 11:59:18 +0000 Subject: gst/rtsp/gstrtspsrc.c: Use the new gst_rtsp_connection_get_ip() to access the IP address of a GstRTSPConnection since... Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink): Use the new gst_rtsp_connection_get_ip() to access the IP address of a GstRTSPConnection since it is a private member. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bcf47c7b..4fcd4b53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-04 Peter Kjellerstedt + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink): + Use the new gst_rtsp_connection_get_ip() to access the IP address + of a GstRTSPConnection since it is a private member. + 2008-06-04 Tim-Philipp Müller * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer): -- cgit