diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-07-27 16:56:45 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-07-27 16:56:45 +0000 |
| commit | 9ace67724c2826e4412a9f10e2fd2a14584010cd (patch) | |
| tree | bbd8cc6b0013d24e95a52335324bcba33e6e7f00 /ChangeLog | |
| parent | a8ee445da6ff59bbe89b67b5133f1e3aa574bae2 (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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |
