diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-11-05 02:44:35 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-11-08 04:07:19 +0800 |
commit | b0438bff889500c7e9704233124fca7c572a7876 (patch) | |
tree | 6123a0d118c3ac1cbf0db38fab4c2b40c016157f /src/empathy-call-window.c | |
parent | ae85ed785b30347012be35042da0b37714d13e04 (diff) | |
download | gsoc2013-empathy-b0438bff889500c7e9704233124fca7c572a7876.tar gsoc2013-empathy-b0438bff889500c7e9704233124fca7c572a7876.tar.gz gsoc2013-empathy-b0438bff889500c7e9704233124fca7c572a7876.tar.bz2 gsoc2013-empathy-b0438bff889500c7e9704233124fca7c572a7876.tar.lz gsoc2013-empathy-b0438bff889500c7e9704233124fca7c572a7876.tar.xz gsoc2013-empathy-b0438bff889500c7e9704233124fca7c572a7876.tar.zst gsoc2013-empathy-b0438bff889500c7e9704233124fca7c572a7876.zip |
Don't go asynchronously to paused
Diffstat (limited to 'src/empathy-call-window.c')
-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 |