From 4ee2559eaaf2a94ac26c265517e9604a72729360 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 Dec 2011 13:11:15 +0100 Subject: moved from Mate-Extra --- profiles/mate-audio-profiles.schemas.in.in | 612 +++++++++++++++++++++++++++++ 1 file changed, 612 insertions(+) create mode 100644 profiles/mate-audio-profiles.schemas.in.in (limited to 'profiles/mate-audio-profiles.schemas.in.in') diff --git a/profiles/mate-audio-profiles.schemas.in.in b/profiles/mate-audio-profiles.schemas.in.in new file mode 100644 index 0000000..1be85db --- /dev/null +++ b/profiles/mate-audio-profiles.schemas.in.in @@ -0,0 +1,612 @@ + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/global/profile_list + /system/gstreamer/@GST_MAJORMINOR@/audio/global/profile_list + mate-media + list + string + [cdlossy,cdlossless,aac,mp2,mp3,voicelossy,voicelossless] + + List of profiles + + List of audio recording profiles. The list contains + strings naming subdirectories relative to + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles. + + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/name + mate-media + string + + + A short name for the audio profile + + A short name for the audio profile, to be used in selections + and uniquely identifying the profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/description + mate-media + string + + + A description for the audio profile + + A description of the profile, containing more information and + describing when to use this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/pipeline + mate-media + string + + + The partial GStreamer pipeline used + + A partial GStreamer pipeline to use for this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/extension + mate-media + string + + + The default file extension for this profile + + A filename extension to be used when storing files encoded + with this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/active + mate-media + bool + true + + Whether this profile is to be used + + Whether to use and display this profile. + + + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossy/name + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossy/name + mate-media + string + + CD Quality, Lossy + A short name for the audio profile + + A short name for the audio profile, to be used in selections + and uniquely identifying the profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossy/description + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossy/description + mate-media + string + + Used for converting to CD-quality audio, but with a lossy compression codec. Use this for CD extraction and radio recordings. + A description for the audio profile + + A description of the profile, containing more information and + describing when to use this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossy/pipeline + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossy/pipeline + mate-media + string + audio/x-raw-float,rate=44100,channels=2 ! vorbisenc name=enc quality=0.5 ! oggmux + + The partial GStreamer pipeline used + + A partial GStreamer pipeline to use for this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossy/extension + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossy/extension + mate-media + string + ogg + + The default file extension for this profile + + A filename extension to be used when storing files encoded + with this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/active + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossy/active + mate-media + bool + true + + Whether this profile is to be used + + Whether to use and display this profile. + + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossless/name + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossless/name + mate-media + string + + CD Quality, Lossless + A short name for the audio profile + + A short name for the audio profile, to be used in selections + and uniquely identifying the profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossless/description + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossless/description + mate-media + string + + Used for converting to CD-quality audio, but with a lossless compression codec. Use this if you later want to edit the file or burn it to CD. + A description for the audio profile + + A description of the profile, containing more information and + describing when to use this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossless/pipeline + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossless/pipeline + mate-media + string + audio/x-raw-int,rate=44100,channels=2 ! flacenc name=enc + + The partial GStreamer pipeline used + + A partial GStreamer pipeline to use for this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossless/extension + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossless/extension + mate-media + string + flac + + The default file extension for this profile + + A filename extension to be used when storing files encoded + with this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/active + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/cdlossless/active + mate-media + bool + true + + Whether this profile is to be used + + Whether to use and display this profile. + + + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossless/name + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossless/name + mate-media + string + + Voice, Lossless + A short name for the audio profile + + A short name for the audio profile, to be used in selections + and uniquely identifying the profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossless/description + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossless/description + mate-media + string + + Used for converting to lossless voice-quality audio. Use this for recording and editing speech. + A description for the audio profile + + A description of the profile, containing more information and + describing when to use this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossless/pipeline + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossless/pipeline + mate-media + string + audio/x-raw-int,rate=22050,channels=1 ! wavenc name=enc + + The partial GStreamer pipeline used + + A partial GStreamer pipeline to use for this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossless/extension + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossless/extension + mate-media + string + wav + + The default file extension for this profile + + A filename extension to be used when storing files encoded + with this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/active + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossless/active + mate-media + bool + true + + Whether this profile is to be used + + Whether to use and display this profile. + + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossy/name + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossy/name + mate-media + string + + Voice, Lossy + A short name for the audio profile + + A short name for the audio profile, to be used in selections + and uniquely identifying the profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossy/description + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossy/description + mate-media + string + + Used for converting to lossy voice-quality audio. Use this for recording speech that doesn't need to be edited. + A description for the audio profile + + A description of the profile, containing more information and + describing when to use this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossy/pipeline + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossy/pipeline + mate-media + string + audio/x-raw-int,rate=32000,channels=1 ! speexenc name=enc ! oggmux + + The partial GStreamer pipeline used + + A partial GStreamer pipeline to use for this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossy/extension + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossy/extension + mate-media + string + spx + + The default file extension for this profile + + A filename extension to be used when storing files encoded + with this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/active + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/voicelossy/active + mate-media + bool + true + + Whether this profile is to be used + + Whether to use and display this profile. + + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/name + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/name + mate-media + string + + CD Quality, MP2 + A short name for the audio profile + + A short name for the audio profile, to be used in selections + and uniquely identifying the profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/description + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/description + mate-media + string + + 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. + A description for the audio profile + + A description of the profile, containing more information and + describing when to use this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/pipeline + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/pipeline + mate-media + string + audio/x-raw-int,rate=44100,channels=2 ! twolame name=enc mode=0 bitrate=192 ! id3v2mux + + The partial GStreamer pipeline used + + A partial GStreamer pipeline to use for this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/extension + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/extension + mate-media + string + mp2 + + The default file extension for this profile + + A filename extension to be used when storing files encoded + with this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/active + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp2/active + mate-media + bool + true + + Whether this profile is to be used + + Whether to use and display this profile. + + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/name + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/name + mate-media + string + + CD Quality, MP3 + A short name for the audio profile + + A short name for the audio profile, to be used in selections + and uniquely identifying the profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/description + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/description + mate-media + string + + Used for converting to CD-quality audio, but with the lossy MP3 codec. Use this for preparing files for copying to devices that only support the MP3 codec. Note that using this format may be illegal in your jurisdiction; contact your lawyer for advice. + A description for the audio profile + + A description of the profile, containing more information and + describing when to use this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/pipeline + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/pipeline + mate-media + string + audio/x-raw-int,rate=44100,channels=2 ! lamemp3enc name=enc target=0 quality=6 ! xingmux ! id3v2mux + + The partial GStreamer pipeline used + + A partial GStreamer pipeline to use for this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/extension + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/extension + mate-media + string + mp3 + + The default file extension for this profile + + A filename extension to be used when storing files encoded + with this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/active + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/active + mate-media + bool + true + + Whether this profile is to be used + + Whether to use and display this profile. + + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/name + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/name + mate-media + string + + CD Quality, AAC + A short name for the audio profile + + A short name for the audio profile, to be used in selections + and uniquely identifying the profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/description + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/description + mate-media + string + + Used for converting to CD-quality audio, but with the lossy AAC codec. Use this for preparing files for copying to devices that only support the AAC codec. Note that using this format may be illegal in your jurisdiction; contact your lawyer for advice. + A description for the audio profile + + A description of the profile, containing more information and + describing when to use this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/pipeline + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/pipeline + mate-media + string + audio/x-raw-int,rate=44100,channels=2 ! faac profile=2 ! ffmux_mp4 + + The partial GStreamer pipeline used + + A partial GStreamer pipeline to use for this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/extension + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/extension + mate-media + string + m4a + + The default file extension for this profile + + A filename extension to be used when storing files encoded + with this profile. + + + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/active + /system/gstreamer/@GST_MAJORMINOR@/audio/profiles/aac/active + mate-media + bool + true + + Whether this profile is to be used + + Whether to use and display this profile. + + + + + + -- cgit v1.2.1