[gupnp-dlna] Relax restrictions for AAC_ADTS



commit f25eee35882ee6e7eba6fda26e047a01d82343fb
Author: Luis de Bethencourt <luis debethencourt collabora com>
Date:   Tue Jul 5 20:00:56 2011 +0200

    Relax restrictions for AAC_ADTS

 data/aac.xml |   20 +++++++-------------
 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">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]