-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from jonty-comp/gst1.0
Upgrade GStreamer to 1.0
- Loading branch information
Showing
12 changed files
with
385 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
sudo: required | ||
dist: xenial | ||
|
||
language: python | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- gstreamer1.0-plugins-base | ||
- gstreamer1.0-plugins-good | ||
- gir1.2-gstreamer-1.0 | ||
- python-gst-1.0 | ||
- python3-gst-1.0 | ||
- python-redis | ||
- python3-redis | ||
- python-gobject | ||
- python-gi | ||
|
||
services: | ||
- redis-server | ||
|
||
python: | ||
- 2.7 | ||
- 3.5 | ||
|
||
virtualenv: | ||
system_site_packages: true # Required as Travis runs python in a virtualenv, thus denying access to system GLib | ||
|
||
install: | ||
- python setup.py install | ||
|
||
script: | ||
- (openob 127.0.0.1 -v travis_1 travis tx 127.0.0.1 -a test 2>&1 | tee tx_log) & | ||
- (tail -f -n0 tx_log &) | grep -q "Started mono audio transmission" | ||
- (openob 127.0.0.1 -v travis_2 travis rx -a test 2>&1 | tee rx_log) & | ||
- (tail -f -n0 rx_log &) | grep -q "Receiving mono audio transmission" | ||
- sleep 10 | ||
- pkill openob |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.