diff options
-rw-r--r-- | src/empathy-call-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index ebe996ae1..39ae6f397 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1165,7 +1165,7 @@ create_video_preview (EmpathyCallWindow *self) g_object_set (priv->video_preview_sink, "sync", FALSE, - "async", TRUE, + "async", FALSE, NULL); /* Translators: this is an "Info" label. It should be as short |