diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2006-11-28 11:52:27 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-11-28 11:52:27 +0000 |
| commit | f249d639f843b15487caf402374f189b5f702c7b (patch) | |
| tree | 753e457fb25ce8a7e4f383de4e98fbd788c21549 /ChangeLog | |
| parent | 4b8597668d8b56f4f735f3c5feef3e59ccf366e5 (diff) | |
gst/rtsp/: Add method so that extensions can choose to disable the setup of a stream.
Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
* gst/rtsp/gstrtspsrc.h:
* gst/rtsp/rtspext.h:
* gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
(rtsp_ext_wms_get_context):
Add method so that extensions can choose to disable the setup of
a stream.
Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-11-28 Wim Taymans <wim@fluendo.com> + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): + * gst/rtsp/gstrtspsrc.h: + * gst/rtsp/rtspext.h: + * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream), + (rtsp_ext_wms_get_context): + Add method so that extensions can choose to disable the setup of + a stream. + Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792. + 2006-11-27 Wim Taymans <wim@fluendo.com> Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com> |
