diff options
author | Eric Zhang <chao.zhang@access-company.com> | 2008-11-10 12:13:21 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-11-10 12:13:21 +0000 |
commit | 499c3e520e58f13dec33874797fd922e953ae157 (patch) | |
tree | 2067f7702e736b384c86d8a7a16e7a8cb500e3b2 /ChangeLog | |
parent | ff5c03555467d44f66c4112500f57011872a87c0 (diff) |
gst/rtsp/gstrtspsrc.c: Pause the RTSP stream before doing a new play request.
Original commit message from CVS:
Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
(gst_rtspsrc_stream_configure_udp_sink):
Pause the RTSP stream before doing a new play request.
Make sure that adding the udpsinks does not cause the rtspsrc to become
a sink. Fixes #559547.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk> + + Based on patch by: Eric Zhang <chao.zhang at access-company dot com> + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek), + (gst_rtspsrc_stream_configure_udp_sink): + Pause the RTSP stream before doing a new play request. + Make sure that adding the udpsinks does not cause the rtspsrc to become + a sink. Fixes #559547. + 2008-11-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/matroska/matroska-ids.h: |