Skip to content

Commit

Permalink
running hyades/ instead of timvideos/
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush Ahuja committed Nov 2, 2014
1 parent 414fc98 commit a918da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Build Status
[![Build Status](https://travis-ci.org/timvideos/gst-switch.png?branch=master)](https://travis-ci.org/timvideos/gst-switch)
[![Coverage Status](https://coveralls.io/repos/timvideos/gst-switch/badge.png)](https://coveralls.io/r/timvideos/gst-switch)
[![Build Status](https://travis-ci.org/hyades/gst-switch.png?branch=master)](https://travis-ci.org/hyades/gst-switch)
[![Coverage Status](https://coveralls.io/repos/hyades/gst-switch/badge.png)](https://coveralls.io/r/hyades/gst-switch)

# gst-switch
## Purpose
This project is intended to be a replacement of DV-switch based on GStreamer.
##Installing gst-switch
```bash
wget https://raw.github.com/timvideos/gst-switch/master/scripts/install2.sh
wget https://raw.github.com/hyades/gst-switch/master/scripts/install2.sh
chmod +x install2.sh
./install2.sh
```
Expand Down
2 changes: 1 addition & 1 deletion scripts/install2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mkdir build
cd build
sudo apt-get install git python-pip
git clone https://github.com/timvideos/gst-switch.git
git clone https://github.com/hyades/gst-switch.git
cd gst-switch
chmod +x .travis-setup.sh
./.travis-setup.sh

0 comments on commit a918da0

Please sign in to comment.