gst/realmedia/: Add RealMedia RTSP extension module. It has rank NONE until it is...
authorWim Taymans <wim.taymans@gmail.com>
Thu, 26 Jul 2007 15:52:43 +0000 (15:52 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 26 Jul 2007 15:52:43 +0000 (15:52 +0000)
commit743ea433bd7393d48d7f6cd233aa619a37590809
treec5b1813a3c5f423e6215acc2bb5b7d937d7b16f9
parent3544cb1ab57a1ddb70daf4c160d203cae4364930
gst/realmedia/: Add RealMedia RTSP extension module. It has rank NONE until it is fully functional.

Original commit message from CVS:
* gst/realmedia/Makefile.am:
* gst/realmedia/rmdemux.c: (plugin_init):
* gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
(rtsp_ext_real_before_send), (rtsp_ext_real_after_send), (hash),
(call_hash), (rtsp_ext_real_calc_response_and_checksum),
(rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select),
(_do_init), (gst_rtsp_real_base_init), (gst_rtsp_real_class_init),
(gst_rtsp_real_init), (gst_rtsp_real_finalize),
(gst_rtsp_real_change_state), (gst_rtsp_real_extension_init),
(gst_rtsp_real_plugin_init):
* gst/realmedia/rtspreal.h:
Add RealMedia RTSP extension module. It has rank NONE until it is fully
functional.
ChangeLog
gst/realmedia/Makefile.am
gst/realmedia/rmdemux.c
gst/realmedia/rtspreal.c [new file with mode: 0644]
gst/realmedia/rtspreal.h [new file with mode: 0644]