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



commit e8fc731fc1fe27295a6b40897d5af0555dea28c6
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Sat Jun 19 13:07:13 2010 +0200

    Revert "[gsettings] Restore the recorder's default pipeline"
    
    This reverts commit 91e2117708d4a6bc3bc4d7be18ff87b876c990b0.
    
    The recorder already defaults to the default value when no pipeline is
    set.

 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 e7f51bc..085db60 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>'videorate ! theoraenc ! oggmux'</default>
+      <default>''</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]