[ekiga] Ekiga: Added support for 720p and 1080p Full HD.



commit 59661e3daa25c4f582f6a94332c59db5e4e2a1b0
Author: Damien Sandras <dsandras seconix com>
Date:   Sun Dec 28 13:02:04 2014 +0100

    Ekiga: Added support for 720p and 1080p Full HD.

 lib/engine/gui/gtk-frontend/preferences-window.cpp |   12 +++++++-----
 org.gnome.ekiga.gschema.xml.in.in                  |    2 ++
 2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/preferences-window.cpp 
b/lib/engine/gui/gtk-frontend/preferences-window.cpp
index 6d1fb08..e673465 100644
--- a/lib/engine/gui/gtk-frontend/preferences-window.cpp
+++ b/lib/engine/gui/gtk-frontend/preferences-window.cpp
@@ -964,11 +964,13 @@ gm_pw_init_video_page (PreferencesWindow *self,
 
   // FIXME: Probably should come from the core itself
   static const char* VideoSizesDescription[NB_VIDEO_SIZES][2] = {
-      { "qcif", N_("Small")       },
-      { "sif",  N_("Medium")      },
-      { "cif",  N_("Medium")      },
-      { "4sif", N_("480p 4:3 HD") },
-      { "4cif", N_("DVD")         }
+      { "qcif",  N_("Small")         },
+      { "sif",   N_("Medium")        },
+      { "cif",   N_("Medium")        },
+      { "4sif",  N_("480p 4:3 HD")   },
+      { "4cif",  N_("DVD")           },
+      { "720p",  N_("720p HD")       },
+      { "1080p", N_("1080p Full HD") }
   };
 
   // FIXME: Probably should come from the core itself
diff --git a/org.gnome.ekiga.gschema.xml.in.in b/org.gnome.ekiga.gschema.xml.in.in
index 9d06ea4..fdf6156 100644
--- a/org.gnome.ekiga.gschema.xml.in.in
+++ b/org.gnome.ekiga.gschema.xml.in.in
@@ -5,6 +5,8 @@
     <value nick="cif" value="2"/>
     <value nick="4sif" value="3"/>
     <value nick="4cif" value="4"/>
+    <value nick="720p" value="5"/>
+    <value nick="1080p" value="6"/>
   </enum>
   <enum id="org gnome  PACKAGE_NAME@.video-formats">
     <value nick="pal" value="0"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]