diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2005-09-20 17:35:11 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2005-09-20 17:35:11 +0000 |
| commit | eb20f045f8fcbf9e6459cb7d7c608acb72c5f8b6 (patch) | |
| tree | 452df9e0f9e5b13241ec8e429f17712ce21229ca /ChangeLog | |
| parent | 69821962183662a9abeca8297233aa8eb738cd84 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2005-09-20 Wim Taymans <wim@fluendo.com> + + * 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 <ensonic@users.sf.net> * gst/alpha/gstalpha.c: |
