Remove FFmpegStream id accessor.
[dcpomatic.git] / test / stream_test.cc
index 3e18d0d14a0ea70201ac9823540e873bed4f8aad..fed3ecabeb99283bcad12a4e0f542c5bef664b2c 100644 (file)
@@ -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");