diff options
author | Debarshi Ray <debarshir@src.gnome.org> | 2012-10-10 21:54:15 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-10-12 21:52:08 +0800 |
commit | a29c066e150768ad65fcf63ce5445e7240b41067 (patch) | |
tree | 733f1d41b6374e7bf9bedad53222e47fb2e0b7a9 /src/empathy-call.c | |
parent | 956b705f5a34bbdc58aa65891ccf671722c70163 (diff) | |
download | gsoc2013-empathy-a29c066e150768ad65fcf63ce5445e7240b41067.tar gsoc2013-empathy-a29c066e150768ad65fcf63ce5445e7240b41067.tar.gz gsoc2013-empathy-a29c066e150768ad65fcf63ce5445e7240b41067.tar.bz2 gsoc2013-empathy-a29c066e150768ad65fcf63ce5445e7240b41067.tar.lz gsoc2013-empathy-a29c066e150768ad65fcf63ce5445e7240b41067.tar.xz gsoc2013-empathy-a29c066e150768ad65fcf63ce5445e7240b41067.tar.zst gsoc2013-empathy-a29c066e150768ad65fcf63ce5445e7240b41067.zip |
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.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 */ |