From 9ace67724c2826e4412a9f10e2fd2a14584010cd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 27 Jul 2007 16:56:45 +0000 Subject: gst/rtsp/gstrtspsrc.c: If we don't hav a session manager, set the caps on outgoing buffers ourselves. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods), (gst_rtspsrc_create_transports_string), (gst_rtspsrc_prepare_transports): If we don't hav a session manager, set the caps on outgoing buffers ourselves. Force PAUSE/PLAY methods for now until the extensions can overwrite. Append final bit of the transport string even when it does not contain a placeholder. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c96f5e44..3fedfcc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-07-27 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams), + (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods), + (gst_rtspsrc_create_transports_string), + (gst_rtspsrc_prepare_transports): + If we don't hav a session manager, set the caps on outgoing buffers + ourselves. + Force PAUSE/PLAY methods for now until the extensions can overwrite. + Append final bit of the transport string even when it does not contain a + placeholder. + 2007-07-27 Wim Taymans * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free), -- cgit