summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-07-27 16:56:45 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-07-27 16:56:45 +0000
commit9ace67724c2826e4412a9f10e2fd2a14584010cd (patch)
treebbd8cc6b0013d24e95a52335324bcba33e6e7f00 /ChangeLog
parenta8ee445da6ff59bbe89b67b5133f1e3aa574bae2 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c96f5e44..3fedfcc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2007-07-27 Wim Taymans <wim.taymans@gmail.com>
+ * 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 <wim.taymans@gmail.com>
+
* gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
(gst_rtsp_ext_list_connect):
* gst/rtsp/gstrtspext.h: