From e79c5b0c385d7aaffc77f35c527eef64413698fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Escudier?= Date: Mon, 24 Aug 2009 11:30:02 +0200 Subject: [PATCH] vod rtsp : unpause srteam after seeking MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont --- modules/misc/rtsp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/misc/rtsp.c b/modules/misc/rtsp.c index 53ba65e1fb..27b21fdfa8 100644 --- a/modules/misc/rtsp.c +++ b/modules/misc/rtsp.c @@ -1178,9 +1178,8 @@ static int RtspCallback( httpd_callback_sys_t *p_args, httpd_client_t *cl, f_pos /= ((double)(p_media->i_length))/1000 /1000 / 100; CommandPush( p_vod, RTSP_CMD_TYPE_SEEK, p_media, psz_session, f_pos, NULL ); - break; } - if( psz_scale ) + else if( psz_scale ) { double f_scale = 0.0; char *end; -- 2.39.5