Recreate player pieces when changing FFmpeg filters (#1019).
authorCarl Hetherington <cth@carlh.net>
Thu, 4 Jan 2018 22:02:27 +0000 (22:02 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 4 Jan 2018 22:02:27 +0000 (22:02 +0000)
ChangeLog
src/lib/player.cc

index 0dedf2aa8e8b20ae6fb74889e51802ed2078910c..0de197a3cce06943c0b4974553328c0393be980c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2018-01-04  Carl Hetherington  <cth@carlh.net>
 
+       * Apply filters to preview immediateley (#1019).
+
        * Set up a default KDM write mode and preselect the last used
        one when re-opening the KDM window (#1137).
 
index df0b955a8a392170bd923b2b493fe7c9f827f44a..499aa2a389c0c1545d82b915f17daef218d8df4e 100644 (file)
@@ -190,6 +190,7 @@ Player::playlist_content_changed (weak_ptr<Content> w, int property, bool freque
                property == SubtitleContentProperty::SHADOW ||
                property == SubtitleContentProperty::EFFECT_COLOUR ||
                property == FFmpegContentProperty::SUBTITLE_STREAM ||
+               property == FFmpegContentProperty::FILTERS ||
                property == VideoContentProperty::COLOUR_CONVERSION
                ) {