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

This reverts commit 91e2117708.

The recorder already defaults to the default value when no pipeline is
set.
This commit is contained in:
Adel Gadllah 2010-06-19 13:07:13 +02:00
parent 91e2117708
commit e8fc731fc1

View File

@ -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.