gst/rtsp/: Use shiny new RTSP and SDP library.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 25 Jul 2007 18:50:08 +0000 (18:50 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 25 Jul 2007 18:50:08 +0000 (18:50 +0000)
commitfa9c47f14d6b5ff16150854c5718a7c5f34fd0dc
treea1e4c5c7b166215b5837f612775ba61cda181aab
parent8e316c0023cf3a776c93c9b731c0cad6322aafb6
gst/rtsp/: Use shiny new RTSP and SDP library.

Original commit message from CVS:
* gst/rtsp/Makefile.am:
* gst/rtsp/base64.c:
* gst/rtsp/base64.h:
* gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
(gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
(gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
(gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
(gst_rtsp_ext_list_setup_media),
(gst_rtsp_ext_list_configure_stream),
(gst_rtsp_ext_list_get_transports),
(gst_rtsp_ext_list_stream_select):
* gst/rtsp/gstrtspext.h:
* gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
(gst_rtspsrc_class_init), (gst_rtspsrc_init),
(gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
(gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
(gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
(gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
(gst_rtspsrc_stream_configure_tcp),
(gst_rtspsrc_stream_configure_mcast),
(gst_rtspsrc_stream_configure_udp),
(gst_rtspsrc_stream_configure_udp_sink),
(gst_rtspsrc_stream_configure_transport),
(gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
(gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
(gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
(gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
(gst_rtspsrc_try_send), (gst_rtspsrc_send),
(gst_rtspsrc_parse_methods),
(gst_rtspsrc_create_transports_string),
(gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
(gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
(gst_rtspsrc_play), (gst_rtspsrc_pause),
(gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
* gst/rtsp/gstrtspsrc.h:
* gst/rtsp/rtsp.h:
* gst/rtsp/rtspconnection.c:
* gst/rtsp/rtspconnection.h:
* gst/rtsp/rtspdefs.c:
* gst/rtsp/rtspdefs.h:
* gst/rtsp/rtspext.h:
* gst/rtsp/rtspextwms.c:
* gst/rtsp/rtspextwms.h:
* gst/rtsp/rtspmessage.c:
* gst/rtsp/rtspmessage.h:
* gst/rtsp/rtsprange.c:
* gst/rtsp/rtsprange.h:
* gst/rtsp/rtsptransport.c:
* gst/rtsp/rtsptransport.h:
* gst/rtsp/rtspurl.c:
* gst/rtsp/rtspurl.h:
* gst/rtsp/sdp.h:
* gst/rtsp/sdpmessage.c:
* gst/rtsp/sdpmessage.h:
* gst/rtsp/test.c:
Use shiny new RTSP and SDP library.
Implement RTSP extensions using the new interface.
Remove a lot of old code.
27 files changed:
ChangeLog
gst/rtsp/Makefile.am
gst/rtsp/base64.c [deleted file]
gst/rtsp/base64.h [deleted file]
gst/rtsp/gstrtspext.c [new file with mode: 0644]
gst/rtsp/gstrtspext.h [moved from gst/rtsp/rtspext.h with 60% similarity]
gst/rtsp/gstrtspsrc.c
gst/rtsp/gstrtspsrc.h
gst/rtsp/rtsp.h [deleted file]
gst/rtsp/rtspconnection.c [deleted file]
gst/rtsp/rtspconnection.h [deleted file]
gst/rtsp/rtspdefs.c [deleted file]
gst/rtsp/rtspdefs.h [deleted file]
gst/rtsp/rtspextwms.c [deleted file]
gst/rtsp/rtspextwms.h [deleted file]
gst/rtsp/rtspmessage.c [deleted file]
gst/rtsp/rtspmessage.h [deleted file]
gst/rtsp/rtsprange.c [deleted file]
gst/rtsp/rtsprange.h [deleted file]
gst/rtsp/rtsptransport.c [deleted file]
gst/rtsp/rtsptransport.h [deleted file]
gst/rtsp/rtspurl.c [deleted file]
gst/rtsp/rtspurl.h [deleted file]
gst/rtsp/sdp.h [deleted file]
gst/rtsp/sdpmessage.c [deleted file]
gst/rtsp/sdpmessage.h [deleted file]
gst/rtsp/test.c [deleted file]