From eb20f045f8fcbf9e6459cb7d7c608acb72c5f8b6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 20 Sep 2005 17:35:11 +0000 Subject: gst/rtsp/: Add URI handler. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type), (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send), (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type), (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init): * gst/rtsp/sdpmessage.c: (sdp_media_get_format): * gst/rtsp/sdpmessage.h: Add URI handler. Parse SDP and create caps. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 75b77784..4ea6c7fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-09-20 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type), + (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps), + (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send), + (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type), + (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri), + (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init): + * gst/rtsp/sdpmessage.c: (sdp_media_get_format): + * gst/rtsp/sdpmessage.h: + Add URI handler. + Parse SDP and create caps. + 2005-09-20 Stefan Kost * gst/alpha/gstalpha.c: -- cgit