5 <!-- Common containers -->
6 <restriction id="MP4" type="container">
7 <field name="name" type="string">
8 <value>video/quicktime</value>
10 <field name="variant" type="string">
15 <restriction id="QT" type="container">
16 <field name="name" type="string">
17 <value>video/quicktime</value>
21 <restriction id="3GP" type="container">
22 <field name="name" type="string">
23 <value>application/x-3gp</value>
27 <!-- Audio restrictions -->
28 <restriction id="AAC" type="audio">
29 <field name="name" type="string">
30 <value>audio/mpeg</value>
32 <field name="mpegversion" type="int">
36 <field name="profile" type="string">
39 <!-- TODO: not exported in Gst yet
40 <field name="level" type="int">
41 <range min="1" max="2" />
44 <field name="channels" type="int">
45 <range min="1" max="2" />
47 <field name="rate" type="int">
60 <!-- Video resolutions -->
61 <restriction id="1920x1080" type="video">
62 <field name="width" type="int">
65 <field name="height" type="int">
70 <restriction id="1280x720" type="video">
71 <field name="width" type="int">
74 <field name="height" type="int">
79 <restriction id="625_D1" type="video">
80 <field name="width" type="int">
83 <field name="height" type="int">
88 <restriction id="525_D1" type="video">
89 <field name="width" type="int">
92 <field name="height" type="int">
97 <restriction id="625_4SIF" type="video">
98 <field name="width" type="int">
101 <field name="height" type="int">
106 <restriction id="525_4SIF" type="video">
107 <field name="width" type="int">
110 <field name="height" type="int">
115 <restriction id="VGA_16:9" type="video">
116 <field name="width" type="int">
119 <field name="height" type="int">
124 <restriction id="VGA" type="video">
125 <field name="width" type="int">
128 <field name="height" type="int">
133 <restriction id="625_3/4D1" type="video">
134 <field name="width" type="int">
137 <field name="height" type="int">
142 <restriction id="525_3/4D1" type="video">
143 <field name="width" type="int">
146 <field name="height" type="int">
151 <restriction id="625_2/3D1" type="video">
152 <field name="width" type="int">
155 <field name="height" type="int">
160 <restriction id="525_2/3D1" type="video">
161 <field name="width" type="int">
164 <field name="height" type="int">
169 <restriction id="525_1/2D1" type="video">
170 <field name="width" type="int">
173 <field name="height" type="int">
178 <restriction id="625_1/2D1" type="video">
179 <field name="width" type="int">
182 <field name="height" type="int">
187 <restriction id="9/16_VGA_4:3" type="video">
188 <field name="width" type="int">
191 <field name="height" type="int">
196 <restriction id="9/16_VGA_16:9" type="video">
197 <field name="width" type="int">
200 <field name="height" type="int">
205 <restriction id="CIF" type="video">
206 <field name="width" type="int">
209 <field name="height" type="int">
214 <restriction id="525SIF" type="video">
215 <field name="width" type="int">
218 <field name="height" type="int">
223 <restriction id="QVGA_4:3" type="video">
224 <field name="width" type="int">
227 <field name="height" type="int">
232 <restriction id="QVGA_16:9" type="video">
233 <field name="width" type="int">
236 <field name="height" type="int">
241 <restriction id="1/7_VGA_4:3" type="video">
242 <field name="width" type="int">
245 <field name="height" type="int">
250 <restriction id="1/9_VGA_4:3" type="video">
251 <field name="width" type="int">
254 <field name="height" type="int">
259 <restriction id="QCIF" type="video">
260 <field name="width" type="int">
263 <field name="height" type="int">
268 <restriction id="525QSIF" type="video">
269 <field name="width" type="int">
272 <field name="height" type="int">
277 <restriction id="SQVGA_4:3" type="video">
278 <field name="width" type="int">
281 <field name="height" type="int">
286 <restriction id="1/16_VGA_4:3" type="video">
287 <field name="width" type="int">
290 <field name="height" type="int">
295 <restriction id="SQVGA_16:9" type="video">
296 <field name="width" type="int">
299 <field name="height" type="int">
304 <restriction id="SQCIF" type="video">
305 <field name="width" type="int">
308 <field name="height" type="int">
313 <restriction id="1/7_VGA_16:9" type="video">
314 <field name="width" type="int">
317 <field name="height" type="int">
322 <!-- Misc. video restrictions -->
323 <restriction id="15fps" type="video">
324 <field name="framerate" type="fraction">
325 <range min="0/1" max="15/1" />
329 <restriction id="25fps" type="video">
330 <field name="framerate" type="fraction">
331 <range min="0/1" max="25/1" />
335 <restriction id="29.97fps" type="video">
336 <field name="framerate" type="fraction">
337 <range min="0/1" max="30000/1001" />
341 <restriction id="30fps" type="video">
342 <field name="framerate" type="fraction">
343 <range min="0/1" max="30/1" />
347 <restriction id="60fps" type="video">
348 <field name="framerate" type="fraction">
349 <range min="0/1" max="60/1" />