summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-10-06 12:55:53 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-10-06 12:55:53 +0000
commita600d3112001db36e6aee35d2b39903bf0ed9d07 (patch)
tree82f32f101b71cb0ce5c4ca4a4688b24441f963fc /ChangeLog
parent751222f5aaa74a456763f1a3b1d488a680620286 (diff)
gst/rtsp/gstrtspsrc.*: Rework how the transport string is constructed, try to share channels and udp ports.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type), (gst_rtspsrc_class_init), (gst_rtspsrc_init), (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps), (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel), (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_create_transports_string), (gst_rtspsrc_configure_transports), (gst_rtspsrc_open), (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state): * gst/rtsp/gstrtspsrc.h: Rework how the transport string is constructed, try to share channels and udp ports. Make most of the stuff less dependant on RTP as we are also going to use it for RDT. Add support for transport specific session managers. * gst/rtsp/rtspconnection.c: (rtsp_connection_flush): Implement _flush(). * gst/rtsp/rtspdefs.c: (rtsp_strresult): * gst/rtsp/rtspdefs.h: Add generic error return code. * gst/rtsp/rtspext.h: Add support for pluggable tranport strings. * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send), (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp), (rtsp_ext_wms_get_context): Detect WMServer and activate the extension. * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime), (rtsp_transport_get_manager), (rtsp_transport_parse): * gst/rtsp/rtsptransport.h: Added methods to get mime/manager for certain transports.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53478602..5e3acf01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2006-10-06 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
+ (gst_rtspsrc_class_init), (gst_rtspsrc_init),
+ (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
+ (gst_rtspsrc_alloc_udp_ports),
+ (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
+ (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
+ (gst_rtspsrc_create_transports_string),
+ (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
+ (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
+ * gst/rtsp/gstrtspsrc.h:
+ Rework how the transport string is constructed, try to share channels
+ and udp ports.
+ Make most of the stuff less dependant on RTP as we are also going to use
+ it for RDT.
+ Add support for transport specific session managers.
+
+ * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
+ Implement _flush().
+
+ * gst/rtsp/rtspdefs.c: (rtsp_strresult):
+ * gst/rtsp/rtspdefs.h:
+ Add generic error return code.
+
+ * gst/rtsp/rtspext.h:
+ Add support for pluggable tranport strings.
+
+ * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
+ (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
+ (rtsp_ext_wms_get_context):
+ Detect WMServer and activate the extension.
+
+ * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
+ (rtsp_transport_get_manager), (rtsp_transport_parse):
+ * gst/rtsp/rtsptransport.h:
+ Added methods to get mime/manager for certain transports.
+
2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
* ext/cairo/gsttimeoverlay.c: