[vlc-devel] [PATCH] vod rtsp : unpause srteam after seeking

Sébastien Escudier sebastien-devel at celeos.eu
Mon Aug 24 21:34:32 CEST 2009


Quoting Rémi Denis-Courmont <remi at remlab.net>:

> Le lundi 24 août 2009 12:44:23 Sébastien Escudier, vous avez écrit :
> > This patch is fixing the issue.
>
> ...but doesn't this patch break Scale: support?

Actualy, Scale is already broken because RTSP_CMD_TYPE_REWIND->VOD_MEDIA_REWIND
(and _FORWARD) are not doing what they are supposed to do (I will try to fix
this in a next patch) ...

... but I think my patch doesn't change anything to the Scale command.
There was a break inside the if( psz_position && !psz_scale ), so the if(
psz_scale ) was not reached when the first if was true.
So I think my "else" is not changing anything to Scale ?




More information about the vlc-devel mailing list