From bc00dd1b3fee22bd91bd713e697b8b31be978d4e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 26 Aug 2013 08:26:58 +0000 Subject: add lightly-tested ffmpeg support Since ffmpeg/ffprobe are wrappers around their libav-variants, I haven't had the chance to actually test with "real" ffmpeg, but the usage is probably similar enough to not matter. --- test/test_player_integration.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/test_player_integration.rb') diff --git a/test/test_player_integration.rb b/test/test_player_integration.rb index 757ed35..23a73ab 100644 --- a/test/test_player_integration.rb +++ b/test/test_player_integration.rb @@ -191,11 +191,11 @@ class TestPlayerIntegration < Minitest::Unit::TestCase def test_source_ed s = client_socket - assert_equal "sox av", s.req("source ls") + assert_equal "sox av ff", s.req("source ls") s.req_ok("source ed av tryorder=-1") - assert_equal "av sox", s.req("source ls") + assert_equal "av sox ff", s.req("source ls") s.req_ok("source ed av tryorder=") - assert_equal "sox av", s.req("source ls") + assert_equal "sox av ff", s.req("source ls") s.req_ok("source ed sox command=true") sox = YAML.load(s.req("source cat sox")) -- cgit v1.2.3-24-ge0c7