[gnome-shell] [gsettings] Restore the recorder's default pipeline



commit 91e2117708d4a6bc3bc4d7be18ff87b876c990b0
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Sat Jun 19 12:17:55 2010 +0200

    [gsettings] Restore the recorder's default pipeline
    
    It got lost in the gsettings transition.

 data/org.gnome.shell.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in
index 085db60..e7f51bc 100644
--- a/data/org.gnome.shell.gschema.xml.in
+++ b/data/org.gnome.shell.gschema.xml.in
@@ -131,7 +131,7 @@
       </_description>
     </key>
     <key name="pipeline" type="s">
-      <default>''</default>
+      <default>'videorate ! theoraenc ! oggmux'</default>
       <_summary>The gstreamer pipeline used to encode the screencast</_summary>
       <_description>
         Sets the GStreamer pipeline used to encode recordings.



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