From 108dbd54cf14a3c8622064cf66237b1b666da284 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 18 Sep 2006 14:00:41 +0000 Subject: gst/rtsp/gstrtspsrc.*: Export sometimes source pad with correct caps on the template, create the ghostpad from the te... Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri): * gst/rtsp/gstrtspsrc.h: Export sometimes source pad with correct caps on the template, create the ghostpad from the template. Remove RTCP template as we never expose RTCP. Protect against invalid body size. Avoid memcpy when creating the output buffer. Properly post an error and send EOS when the loop function is shut down. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 392c4c87..cdd88100 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-09-18 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init), + (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event), + (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri): + * gst/rtsp/gstrtspsrc.h: + Export sometimes source pad with correct caps on the template, create + the ghostpad from the template. + Remove RTCP template as we never expose RTCP. + Protect against invalid body size. + Avoid memcpy when creating the output buffer. + Properly post an error and send EOS when the loop function is shut down. + 2006-09-18 Wim Taymans Based on patch by: Lutz Mueller -- cgit