[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 15:53:54 CET 2008
On 2008-11-28, Jean-Paul Saman <jpsaman at videolan.org> wrote:
> Sorry to spoil the git game, but thie functionality is already available
> in master. This branch is there to let people play with trickplay
> functionality on a *stable* vlc.
Adjust the branch to taste:
$ 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 0.9-bugfix
^^^^^^^^^^
$ git merge trickplay/0.9-trickplay
The question isn't over the existance of the branch, its in which
repository it is hosted. Git doesn't have any restriction on branches
belonging to the same repository, this can work to the general advantage:
Everytime you put another branch into the repository, i have to download
more tat which most of the time i don't care about. The vlc repo is
already quite large as it is.
When i do care, i can pull from elsewhere.
..david
More information about the vlc-devel
mailing list