summaryrefslogtreecommitdiff
path: root/test/stream_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-21 11:41:50 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-21 11:41:50 +0000
commit817620394821a4581ea8cfd02fb23f2524169405 (patch)
tree9b4788f28c69253952de9f5ef6bf3cfa34fda34d /test/stream_test.cc
parentfe886ca75591e3122e7123590dd09bedbc549199 (diff)
Remove FFmpegStream id accessor.
Diffstat (limited to 'test/stream_test.cc')
-rw-r--r--test/stream_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stream_test.cc b/test/stream_test.cc
index 3e18d0d14..fed3ecabe 100644
--- a/test/stream_test.cc
+++ b/test/stream_test.cc
@@ -67,7 +67,7 @@ BOOST_AUTO_TEST_CASE (stream_test)
FFmpegAudioStream a (shared_ptr<cxml::Node> (new cxml::Node (root)), 5);
- BOOST_CHECK_EQUAL (a.id(), 4);
+ BOOST_CHECK_EQUAL (a.identifier(), "4");
BOOST_CHECK_EQUAL (a.frame_rate, 44100);
BOOST_CHECK_EQUAL (a.channels, 2);
BOOST_CHECK_EQUAL (a.name, "hello there world");