From 7cf9526a78ed826e67e4254b0859bd53f7a8417e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Moreau?= Date: Wed, 29 May 2013 12:21:54 -0400 Subject: [PATCH] channels/tsmf: fix set source video rect --- channels/tsmf/client/tsmf_ifman.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/channels/tsmf/client/tsmf_ifman.c b/channels/tsmf/client/tsmf_ifman.c index 3ca998fb6..59059dbba 100644 --- a/channels/tsmf/client/tsmf_ifman.c +++ b/channels/tsmf/client/tsmf_ifman.c @@ -268,6 +268,8 @@ int tsmf_ifman_set_source_video_rect(TSMF_IFMAN* ifman) Left, Top, Right, Bottom); } + ifman->output_pending = TRUE; + return status; }