Skip to content

Commit

Permalink
testing faults in gst-switch-srv
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Aug 26, 2013
1 parent a05d8a5 commit 719d5d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,6 @@ before_install:
- sudo pip install -r requirements.txt --use-mirrors
- echo 'yes' | sudo add-apt-repository ppa:gstreamer-developers/ppa
- sudo apt-get update
- sudo apt-get install .*gstreamer.*1\.0.* libgtk-3-dev
- mkdir $HOME/gst
- cd $HOME/gst
- git clone https://github.com/duzy/gst-plugins-bad.git
Expand All @@ -22,9 +21,11 @@ before_install:
- git clone https://github.com/hyades/gst-switch.git
- cd gst-switch
- git checkout python-api
- sudo apt-get build-dep gstreamer1.0
- sudo apt-get install python-gi python3-gi gstreamer1.0-tools gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0
- sudo apt-get install python-scipy
- export PKG_CONFIG_PATH=$HOME"/gst/stage/lib/pkgconfig"



script:
Expand Down

0 comments on commit 719d5d6

Please sign in to comment.