summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-02-09 14:20:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-02-09 14:20:14 +0000
commit946e1e43637e78c263c82d449ec19dfd84ed8269 (patch)
tree79abf610349beae51daa2c53a10fbb45175cb797 /ChangeLog
parent509035fcdb2bc6237bf906aa5fb030dbf33852ba (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78634417..2d82fdad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
2006-02-09 Wim Taymans <wim@fluendo.com>
+ * 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.
+
+
+2006-02-09 Wim Taymans <wim@fluendo.com>
+
* gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
Added more meaningfull warnings when something goes wrong.
Clear F bit on outgoing AMR packets.