build: Get rid of gst-convenience warning
[gupnp:gupnp-dlna.git] / data / jpeg.xml
1 <?xml version="1.0"?>
2
3 <dlna-profiles>
4   <restrictions>
5     <restriction id="JPEG" type="image">
6       <field name="name" type="string">
7         <value>image/jpeg</value>
8       </field>
9     </restriction>
10   </restrictions>
11
12   <dlna-profile name="JPEG_TN" mime="image/jpeg">
13     <restriction type="image">
14       <parent name="JPEG" />
15
16       <field name="height" type="int">
17         <range min="1" max="160" />
18       </field>
19       <field name="width" type="int">
20         <range min="1" max="160" />
21       </field>
22     </restriction>
23   </dlna-profile>
24
25   <dlna-profile name="JPEG_SM" mime="image/jpeg">
26     <restriction type="image">
27       <parent name="JPEG" />
28
29       <field name="height" type="int">
30         <range min="1" max="480" />
31       </field>
32       <field name="width" type="int">
33         <range min="1" max="640" />
34       </field>
35     </restriction>
36   </dlna-profile>
37
38   <dlna-profile name="JPEG_MED" mime="image/jpeg">
39     <restriction type="image">
40       <parent name="JPEG" />
41
42       <field name="height" type="int">
43         <range min="1" max="768" />
44       </field>
45       <field name="width" type="int">
46         <range min="1" max="1024" />
47       </field>
48     </restriction>
49   </dlna-profile>
50
51   <dlna-profile name="JPEG_LRG" mime="image/jpeg">
52     <restriction type="image">
53       <parent name="JPEG" />
54
55       <field name="height" type="int">
56         <range min="1" max="4096" />
57       </field>
58       <field name="width" type="int">
59         <range min="1" max="4096" />
60       </field>
61     </restriction>
62   </dlna-profile>
63 </dlna-profiles>