aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.ui
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@src.gnome.org>2012-10-10 21:54:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-12 21:52:08 +0800
commita29c066e150768ad65fcf63ce5445e7240b41067 (patch)
tree733f1d41b6374e7bf9bedad53222e47fb2e0b7a9 /src/empathy-call-window.ui
parent956b705f5a34bbdc58aa65891ccf671722c70163 (diff)
downloadgsoc2013-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-window.ui')
-rw-r--r--src/empathy-call-window.ui17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui
index a66a05825..f26f33b49 100644
--- a/src/empathy-call-window.ui
+++ b/src/empathy-call-window.ui
@@ -71,6 +71,18 @@
</object>
</child>
<child>
+ <object class="GtkAction" id="menudebuggst">
+ <property name="name">menudebuggst</property>
+ <property name="label" translatable="yes">_GStreamer</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="menudebugtp">
+ <property name="name">menudebugtp</property>
+ <property name="label" translatable="yes">_Telepathy</property>
+ </object>
+ </child>
+ <child>
<object class="GtkAction" id="menuabout">
<property name="stock_id">gtk-about</property>
<property name="name">menuabout</property>
@@ -114,7 +126,10 @@
</menu>
<menu action="help">
<menuitem name="menucontents" action="menucontents"/>
- <menuitem name="menudebug" action="menudebug"/>
+ <menu name="menudebug" action="menudebug">
+ <menuitem action="menudebuggst"/>
+ <menuitem action="menudebugtp"/>
+ </menu>
<menuitem name="menuabout" action="menuabout"/>
</menu>
</menubar>