Make ContentChange into a generic ChangeSignaller and use it for Film v2.13.44
authorCarl Hetherington <cth@carlh.net>
Mon, 20 Aug 2018 22:01:14 +0000 (23:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Aug 2018 22:29:21 +0000 (23:29 +0100)
commit5dbd022f3abb0ebab57fb67073a07ed60df902a6
tree25aaae8dcf0268d12e2cdc7e8b99ceb534aed55a
parent0284a5328af3fb41d83d86b8a3b8fffd6d69ddc5
Make ContentChange into a generic ChangeSignaller and use it for Film
changes, since we setup_pieces() in response to at least one of these and
hence we must know before it happens so we can suspend the butler and player.
14 files changed:
src/lib/audio_content.cc
src/lib/change_signaller.h [new file with mode: 0644]
src/lib/content.cc
src/lib/content.h
src/lib/content_change.cc [deleted file]
src/lib/content_change.h [deleted file]
src/lib/content_part.h
src/lib/dcp_content.cc
src/lib/ffmpeg_content.cc
src/lib/film.cc
src/lib/film.h
src/lib/text_content.cc
src/lib/video_content.cc
src/lib/wscript