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-window.ui | |
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-window.ui')
-rw-r--r-- | src/empathy-call-window.ui | 17 |
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> |