diff options
Diffstat (limited to 'src/empathy-call.c')
-rw-r--r-- | src/empathy-call.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-call.c b/src/empathy-call.c index 5b50f9572..2d6aab0b1 100644 --- a/src/empathy-call.c +++ b/src/empathy-call.c @@ -184,6 +184,8 @@ main (int argc, gint retval; GtkSettings *gtk_settings; + g_setenv ("GST_DEBUG_DUMP_DOT_DIR", g_get_tmp_dir (), FALSE); + #ifdef GDK_WINDOWING_X11 /* We can't call clutter_gst_init() before gtk_clutter_init(), so no choice * but to intiialise X11 threading ourself */ |