diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-05-17 14:56:39 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-05-17 14:56:39 +0000 |
| commit | ccd7a136a92b43a94d3db61565352be0a59e3014 (patch) | |
| tree | a6e5d4c18a9c831178e39a420d3cde486e3b0a51 /ChangeLog | |
| parent | 03897942244788349ef186976c04cb3156498438 (diff) | |
gst/rtsp/gstrtspsrc.c: Ignore streams that fail the setup command, we will retry with a different transport later on.
Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
(gst_rtspsrc_setup_streams):
Ignore streams that fail the setup command, we will retry with a
different transport later on.
* gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
(rtsp_ext_wms_configure_stream):
Fix encoding name case.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-05-17 Wim Taymans <wim@fluendo.com> + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), + (gst_rtspsrc_setup_streams): + Ignore streams that fail the setup command, we will retry with a + different transport later on. + + * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp), + (rtsp_ext_wms_configure_stream): + Fix encoding name case. + 2007-05-16 Edward Hervey <edward@fluendo.com> * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data): |
