[vlc-devel] Roles of DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE in live555.cpp??

David Flynn davidf+nntp at woaf.net
Fri Nov 28 13:28:08 CET 2008


On 2008-11-28, Jean-Paul Saman <jpsaman at videolan.org> wrote:
> Rémi Denis-Courmont wrote:
>> Did we not already point out that private branches should be in private
>> trees?
>
> Your assumption here is wrong. 0.9-trickplay is not meant to be my 
> private playingground, but a public branch that can be tested by parties 
> interested in having RTSP trickplay functionality work.

The down side is that it is extra stuff in the repository that has to be
pulled by everyone.  However, it is just as easy to go:

$ git clone git://git.videolan.org/vlc.git
$ cd vlc
$ git remote add trickplay git://repo.or.cz/git/trickplay.git
$ git remote update
$ git checkout -b some-private-branch-name origin/master
$ git merge trickplay/0.9-master

... play ...

..david




More information about the vlc-devel mailing list