summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThijs Vermeir <thijs.vermeir@barco.com>2006-09-18 08:59:17 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-09-18 08:59:17 +0000
commit7484c92dfeb05c4bd1f5b0c8dac1ca68e2f7950f (patch)
treef09a31552b5f6e86d839349c13a9ea79488df887 /ChangeLog
parentaf06a168520b64a3b6d7d225709418e5741470d2 (diff)
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 <thijs dot vermeir at barco dot com> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4be3db1d..c76ee83d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-09-18 Wim Taymans <wim@fluendo.com>
+
+ Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
+
+ * 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 <ensonic@users.sf.net>
* 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 <wim@fluendo.com>