Reflect colour conversion changes in player / waveform viewer.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Aug 2015 14:08:24 +0000 (15:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Aug 2015 14:22:52 +0000 (15:22 +0100)
src/lib/player.cc

index 48b298ff7bf485cb61d49648e6f4d28c0dd7e6e3..3ceaac8c1b667fe39781dc027f5b21a2289e128e 100644 (file)
@@ -218,7 +218,8 @@ Player::playlist_content_changed (weak_ptr<Content> w, int property, bool freque
                property == VideoContentProperty::VIDEO_SCALE ||
                property == VideoContentProperty::VIDEO_FRAME_RATE ||
                property == VideoContentProperty::VIDEO_FADE_IN ||
-               property == VideoContentProperty::VIDEO_FADE_OUT
+               property == VideoContentProperty::VIDEO_FADE_OUT ||
+               property == VideoContentProperty::COLOUR_CONVERSION
                ) {
 
                Changed (frequent);