diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-24 00:17:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-24 00:17:26 +0000 |
| commit | e1ec5b2c81ec2e15d4c1d97cce8252fa34c7116a (patch) | |
| tree | 78aed756a937f979983de33f51acbf2b43744aa4 /test/black_fill_test.cc | |
| parent | 794396aa29061894ea359a6f30aa0f759a1f1b74 (diff) | |
An unfortunately large set of timeline-related changes:
- Rename sequence_video to sequence, and sequence subtitle content
like we do video content (i.e. adding multiple subtitle contents
will result in them sequenced in time rather than overlaid).
- Stop doing selection-changed related stuff in ContentPanel
if no selection change has actually happened.
- Attempt to tidy up event handling in the timeline a bit.
Diffstat (limited to 'test/black_fill_test.cc')
| -rw-r--r-- | test/black_fill_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/black_fill_test.cc b/test/black_fill_test.cc index e6f4b69ee..6da0b037a 100644 --- a/test/black_fill_test.cc +++ b/test/black_fill_test.cc @@ -36,7 +36,7 @@ BOOST_AUTO_TEST_CASE (black_fill_test) film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR")); film->set_name ("black_fill_test"); film->set_container (Ratio::from_id ("185")); - film->set_sequence_video (false); + film->set_sequence (false); shared_ptr<ImageContent> contentA (new ImageContent (film, "test/data/simple_testcard_640x480.png")); shared_ptr<ImageContent> contentB (new ImageContent (film, "test/data/simple_testcard_640x480.png")); @@ -68,4 +68,3 @@ BOOST_AUTO_TEST_CASE (black_fill_test) check_dcp (ref.string(), check.string()); } - |
