~ubuntu-branches/debian/stretch/gnac/stretch

« back to all changes in this revision

Viewing changes to data/profiles/wav.xml.in

  • Committer: Package Import Robot
  • Author(s): Khalid El Fathi
  • Date: 2012-04-14 20:15:31 UTC
  • Revision ID: package-import@ubuntu.com-20120414201531-2gcfq8fs94kgp9qr
Tags: upstream-0.2.4
ImportĀ upstreamĀ versionĀ 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<audio-profiles>
 
3
  <profiles>
 
4
    <profile id="wav">
 
5
      <name>Wav</name>
 
6
      <gst-plugin-name>wavenc</gst-plugin-name>
 
7
      <_description>High quality with large file size (no compression).</_description>
 
8
      <output-file-extension>wav</output-file-extension>
 
9
      <mimetype>audio/x-wav</mimetype>
 
10
      <mimetype>audio/wav</mimetype>
 
11
      <pipeline>
 
12
        <process id="gstreamer-audio">wavenc name=enc</process>
 
13
      </pipeline>
 
14
    </profile>
 
15
  </profiles>
 
16
</audio-profiles>