From 7484c92dfeb05c4bd1f5b0c8dac1ca68e2f7950f Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Mon, 18 Sep 2006 08:59:17 +0000 Subject: gst/rtsp/: Small cleanups. when multicast is selected as the transport, create UDP sources and connect to the multica... Original commit message from CVS: Based on patch by: Thijs Vermeir * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state), (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause): * gst/rtsp/rtspconnection.c: (inet_aton): Small cleanups. when multicast is selected as the transport, create UDP sources and connect to the multicast group. Move parsing and setting of caps to a common place. Fixes #349894. --- ChangeLog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4be3db1d..c76ee83d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-09-18 Wim Taymans + + Based on patch by: Thijs Vermeir + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state), + (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp), + (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open), + (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause): + * gst/rtsp/rtspconnection.c: (inet_aton): + Small cleanups. + when multicast is selected as the transport, create UDP sources and + connect to the multicast group. + Move parsing and setting of caps to a common place. + Fixes #349894. + 2006-09-17 Stefan Kost * ext/flac/gstflactag.c: @@ -20,7 +35,7 @@ * gst/videofilter/gstvideotemplate.c: * gst/videomixer/videomixer.c: * sys/sunaudio/gstsunaudiosrc.h: - More G_OBJECT macro fixing. + More G_OBJECT macro fixing. 2006-09-16 Wim Taymans -- cgit