From 57956cafad2934ca3784196de98d9110b7ef78b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 9 Apr 2017 13:41:27 +0300 Subject: [PATCH] Install libgstreamer-plugins-base1.0-dev for Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f996412bf..c6feb4e95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ addons: apt: packages: - libgstreamer1.0-dev + - libgstreamer-plugins-base1.0-dev matrix: allow_failures: - rust: nightly