summaryrefslogtreecommitdiff
path: root/src/empathy-call.c
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@src.gnome.org>2012-10-10 15:54:15 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-12 15:52:08 +0200
commita29c066e150768ad65fcf63ce5445e7240b41067 (patch)
tree733f1d41b6374e7bf9bedad53222e47fb2e0b7a9 /src/empathy-call.c
parent956b705f5a34bbdc58aa65891ccf671722c70163 (diff)
downloadempathy-a29c066e150768ad65fcf63ce5445e7240b41067.tar.gz
empathy-call: Add a debug option to dump the GStreamer pipeline
Fixes: https://bugzilla.gnome.org/685888
Diffstat (limited to 'src/empathy-call.c')
-rw-r--r--src/empathy-call.c2
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 */