gst/rtsp/: Resurected rtpdec to make rtspsrc happy again.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 9 Feb 2006 14:20:14 +0000 (14:20 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 9 Feb 2006 14:20:14 +0000 (14:20 +0000)
commit946e1e43637e78c263c82d449ec19dfd84ed8269
tree79abf610349beae51daa2c53a10fbb45175cb797
parent509035fcdb2bc6237bf906aa5fb030dbf33852ba
gst/rtsp/: Resurected rtpdec to make rtspsrc happy again.

Original commit message from CVS:
* gst/rtsp/Makefile.am:
* gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
(gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
(gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
(gst_rtpdec_set_property), (gst_rtpdec_get_property),
(gst_rtpdec_change_state):
* gst/rtsp/gstrtpdec.h:
* gst/rtsp/gstrtsp.c: (plugin_init):
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
* gst/rtsp/rtspconnection.c: (read_body),
(rtsp_connection_receive):
* gst/rtsp/rtspmessage.c: (rtsp_message_dump):
Resurected rtpdec to make rtspsrc happy again.
Skip attributes from the session id.
Don't crash when dumping a message with an empty body.
ChangeLog
gst/rtsp/Makefile.am
gst/rtsp/gstrtpdec.c [new file with mode: 0644]
gst/rtsp/gstrtpdec.h [new file with mode: 0644]
gst/rtsp/gstrtsp.c
gst/rtsp/gstrtspsrc.c
gst/rtsp/rtspconnection.c
gst/rtsp/rtspmessage.c