5 <!-- Common containers -->
6 <restriction id="MP4" type="container">
7 <field name="name" type="string">
8 <value>audio/x-m4a</value>
12 <restriction id="QT" type="container">
13 <field name="name" type="string">
14 <value>video/quicktime</value>
18 <restriction id="3GP" type="container">
19 <field name="name" type="string">
20 <value>application/x-3gp</value>
24 <!-- Audio restrictions -->
25 <restriction id="AAC" type="audio">
26 <field name="name" type="string">
27 <value>audio/mpeg</value>
29 <field name="mpegversion" type="int">
33 <field name="profile" type="string">
36 <!-- TODO: not exported in Gst yet
37 <field name="level" type="int">
38 <range min="1" max="2" />
41 <field name="channels" type="int">
42 <range min="1" max="2" />
44 <field name="rate" type="int">
57 <!-- Video resolutions -->
58 <restriction id="CIF" type="video">
59 <field name="width" type="int">
62 <field name="height" type="int">
67 <restriction id="525SIF" type="video">
68 <field name="width" type="int">
71 <field name="height" type="int">
76 <restriction id="QVGA_4:3" type="video">
77 <field name="width" type="int">
80 <field name="height" type="int">
85 <restriction id="QVGA_16:9" type="video">
86 <field name="width" type="int">
89 <field name="height" type="int">
94 <restriction id="1/7_VGA_4:3" type="video">
95 <field name="width" type="int">
98 <field name="height" type="int">
103 <restriction id="1/9_VGA_4:3" type="video">
104 <field name="width" type="int">
107 <field name="height" type="int">
112 <restriction id="QCIF" type="video">
113 <field name="width" type="int">
116 <field name="height" type="int">
121 <restriction id="525QSIF" type="video">
122 <field name="width" type="int">
125 <field name="height" type="int">
130 <restriction id="SQVGA_4:3" type="video">
131 <field name="width" type="int">
134 <field name="height" type="int">
139 <restriction id="1/16_VGA_4:3" type="video">
140 <field name="width" type="int">
143 <field name="height" type="int">
148 <restriction id="SQVGA_16:9" type="video">
149 <field name="width" type="int">
152 <field name="height" type="int">
157 <restriction id="SQCIF" type="video">
158 <field name="width" type="int">
161 <field name="height" type="int">
166 <restriction id="1/7_VGA_16:9" type="video">
167 <field name="width" type="int">
170 <field name="height" type="int">
175 <restriction id="VGA" type="video">
176 <field name="width" type="int">
179 <field name="height" type="int">
184 <restriction id="VGA_16:9" type="video">
185 <field name="width" type="int">
188 <field name="height" type="int">
193 <!-- Misc. video restrictions -->
194 <restriction id="15fps" type="video">
195 <field name="framerate" type="fraction">
196 <range min="0/1" max="15/1" />
200 <restriction id="30fps" type="video">
201 <field name="framerate" type="fraction">
202 <range min="0/1" max="30/1" />