summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.debethencourt@collabora.com>2011-07-05 20:00:56 +0200
committerJens Georg <mail@jensge.org>2011-07-06 13:19:55 +0200
commitf25eee35882ee6e7eba6fda26e047a01d82343fb (patch)
tree225d586fd8095b5f80328355d9adc79aa6476991
parent004a4d3123cbdef4263e29330833060b72b10592 (diff)
downloadgupnp-dlna-f25eee35882ee6e7eba6fda26e047a01d82343fb.tar.gz
Relax restrictions for AAC_ADTS
-rw-r--r--data/aac.xml20
1 files changed, 7 insertions, 13 deletions
diff --git a/data/aac.xml b/data/aac.xml
index 1f7fc42..f830a94 100644
--- a/data/aac.xml
+++ b/data/aac.xml
@@ -13,7 +13,7 @@
<restrictions>
<restriction id="AAC-ADTS" type="audio">
- <field name="stream-type" type="string">
+ <field name="stream-format" type="string">
<value>adts</value>
</field>
</restriction>
@@ -48,10 +48,8 @@
</restrictions>
<dlna-profile name="AAC_ADTS_320" mime="audio/vnd.dlna.adts">
- <restriction type="audio">
- <parent name="AAC-ADTS" />
- <parent name="AAC-320" />
- </restriction>
+ <parent name="AAC-ADTS" />
+ <parent name="AAC-320" />
</dlna-profile>
<dlna-profile name="AAC_ISO_320" mime="audio/mp4">
@@ -65,10 +63,8 @@
</dlna-profile>
<dlna-profile name="AAC_ADTS" mime="audio/vnd.dlna.adts">
- <restriction type="audio">
- <parent name="AAC-ADTS" />
- <parent name="AAC-576" />
- </restriction>
+ <parent name="AAC" />
+ <parent name="AAC-576" />
</dlna-profile>
<dlna-profile name="AAC_ISO" mime="audio/mp4">
@@ -82,10 +78,8 @@
</dlna-profile>
<dlna-profile name="AAC_MULT5_ADTS" mime="audio/vnd.dlna.adts">
- <restriction type="audio">
- <parent name="AAC-ADTS" />
- <parent name="AAC-MULT5" />
- </restriction>
+ <parent name="AAC" />
+ <parent name="AAC-MULT5" />
</dlna-profile>
<dlna-profile name="AAC_MULT5_ISO" mime="audio/mp4">