[gupnp-dlna] Fix AAC ISO formats with recent GStreamer



commit 15f7feff77da7a682b1193bba784dfc8011a1f7b
Author: Jens Georg <mail jensge org>
Date:   Mon May 16 14:24:35 2016 +0200

    Fix AAC ISO formats with recent GStreamer
    
    Signed-off-by: Jens Georg <mail jensge org>

 data/aac.xml    |   15 +++++++++++++++
 data/common.xml |    6 ++++++
 2 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/data/aac.xml b/data/aac.xml
index 9aa8976..7e944a1 100644
--- a/data/aac.xml
+++ b/data/aac.xml
@@ -65,6 +65,11 @@
     <parent name="AAC-320" />
   </dlna-profile>
 
+  <dlna-profile name="AAC_ISO_320" mime="audio/mp4">
+    <parent name="M4A" />
+    <parent name="AAC-320" />
+  </dlna-profile>
+
   <dlna-profile name="AAC_ISO_320" mime="audio/3gpp">
     <parent name="3GP" />
     <parent name="AAC-320" />
@@ -82,6 +87,11 @@
     <parent name="AAC-576" />
   </dlna-profile>
 
+  <dlna-profile name="AAC_ISO" mime="audio/mp4">
+    <parent name="M4A" />
+    <parent name="AAC-576" />
+  </dlna-profile>
+
   <dlna-profile name="AAC_ISO" mime="audio/3gpp">
     <parent name="3GP" />
     <parent name="AAC-576" />
@@ -99,6 +109,11 @@
     <parent name="AAC-MULT5" />
   </dlna-profile>
 
+  <dlna-profile name="AAC_MULT5_ISO" mime="audio/mp4">
+    <parent name="M4A" />
+    <parent name="AAC-MULT5" />
+  </dlna-profile>
+
   <dlna-profile name="AAC_MULT5_ISO" mime="audio/3gpp">
     <parent name="3GP" />
     <parent name="AAC-MULT5" />
diff --git a/data/common.xml b/data/common.xml
index 26589ef..b3f87e3 100644
--- a/data/common.xml
+++ b/data/common.xml
@@ -3,6 +3,12 @@
 <dlna-profiles>
   <restrictions>
     <!-- Common containers -->
+    <restriction id="M4A" type="container">
+        <field name="name" type="string">
+            <value>audio/x-m4a</value>
+        </field>
+    </restriction>
+
     <restriction id="MP4" type="container">
       <field name="name" type="string">
         <value>video/quicktime</value>


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