gnome-media r4099 - in trunk: . profiles



Author: malureau
Date: Sun Dec 14 20:42:09 2008
New Revision: 4099
URL: http://svn.gnome.org/viewvc/gnome-media?rev=4099&view=rev

Log:
2008-12-14  Marc-Andrà Lureau  <marcandre lureau gmail com>

* profiles/gnome-audio-profiles.schemas.in.in: Add MP2
profile. Closes: #557043

Modified:
   trunk/ChangeLog
   trunk/profiles/gnome-audio-profiles.schemas.in.in

Modified: trunk/profiles/gnome-audio-profiles.schemas.in.in
==============================================================================
--- trunk/profiles/gnome-audio-profiles.schemas.in.in	(original)
+++ trunk/profiles/gnome-audio-profiles.schemas.in.in	Sun Dec 14 20:42:09 2008
@@ -8,7 +8,7 @@
       <owner>gnome-media</owner>
       <type>list</type>
       <list_type>string</list_type>
-      <default>[cdlossy,cdlossless,aac,mp3,voicelossy,voicelossless]</default>
+      <default>[cdlossy,cdlossless,aac,mp2,mp3,voicelossy,voicelossless]</default>
       <locale name="C">
         <short>List of profiles</short>
         <long>
@@ -386,6 +386,80 @@
       </locale>
     </schema>
 
+    <!-- MP2 -->
+    <schema>
+      <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/name</key>
+      <applyto>/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/name</applyto>
+      <owner>gnome-media</owner>
+      <type>string</type>
+      <locale name="C">
+        <default>CD Quality, MP2</default>
+        <short>A short name for the audio profile</short>
+        <long>
+          A short name for the audio profile, to be used in selections
+          and uniquely identifying the profile.
+        </long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/description</key>
+      <applyto>/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/description</applyto>
+      <owner>gnome-media</owner>
+      <type>string</type>
+      <locale name="C">
+        <default>Used for converting to CD-quality audio, but with the lossy MP2 codec. Use this for preparing files for copying to devices that only support the MP2 codec. Note that using this format may be illegal in your jurisdiction; contact your lawyer for advice.</default>
+        <short>A description for the audio profile</short>
+        <long>
+          A description of the profile, containing more information and
+          describing when to use this profile.
+        </long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/pipeline</key>
+      <applyto>/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/pipeline</applyto>
+      <owner>gnome-media</owner>
+      <type>string</type>
+      <default>audio/x-raw-int,rate=44100,channels=2 ! twolame name=enc mode=0 bitrate=192 ! id3v2mux</default>
+      <locale name="C">
+        <short>The partial GStreamer pipeline used</short>
+        <long>
+          A partial GStreamer pipeline to use for this profile.
+        </long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/extension</key>
+      <applyto>/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/extension</applyto>
+      <owner>gnome-media</owner>
+      <type>string</type>
+      <default>mp2</default>
+      <locale name="C">
+        <short>The default file extension for this profile</short>
+        <long>
+          A filename extension to be used when storing files encoded
+          with this profile.
+        </long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/active</key>
+      <applyto>/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/active</applyto>
+      <owner>gnome-media</owner>
+      <type>bool</type>
+      <default>true</default>
+      <locale name="C">
+        <short>Whether or not this profile is to be used</short>
+        <long>
+          Whether or not to use and display this profile.
+        </long>
+      </locale>
+    </schema>
+
     <!-- MP3 -->
     <schema>
       <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/name</key>



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