[gupnp-dlna] Add MPEG_TS_HD_NA profile



commit 011f59108c0a5cd5920406cb81ecabf50068602c
Author: Jens Georg <jensg openismus com>
Date:   Tue May 7 14:38:12 2013 +0200

    Add MPEG_TS_HD_NA profile
    
    Note: This also matches MPEG_TS_HD_NA_T files since we don't have any means of
    deciding whether the 4 byte timestamps are valid or not.

 data/mpeg-ts.xml |   73 +++++++++++++++++++++++++++++++----------------------
 1 files changed, 43 insertions(+), 30 deletions(-)
---
diff --git a/data/mpeg-ts.xml b/data/mpeg-ts.xml
index ecd60ed..4fc81aa 100644
--- a/data/mpeg-ts.xml
+++ b/data/mpeg-ts.xml
@@ -403,38 +403,9 @@
     </restriction>
   </dlna-profile>
 
-  <dlna-profile name="MPEG_TS_SD_NA" mime="video/vnd.dlna.mpeg-tts" base-profile="MPEG_TS_SD_NA_BASE">
-    <!-- Note: We have no way to restrict the system bitrate yet -->
-    <restriction type="container">
-      <parent name="MPEG_TS" />
-    </restriction>
-  </dlna-profile>
 
-  <dlna-profile name="MPEG_TS_SD_NA_ISO" mime="video/mpeg" base-profile="MPEG_TS_SD_NA_BASE">
-    <!-- Note: We have no way to restrict the system bitrate yet -->
-    <restriction type="container">
-      <parent name="MPEG_TS_ISO" />
-    </restriction>
-  </dlna-profile>
-
-  <dlna-profile name="MPEG_TS_SD_EU" mime="video/vnd.dlna.mpeg-tts" base-profile="MPEG_TS_SD_EU_BASE">
-    <!-- Note: We have no way to restrict the system bitrate yet -->
-    <restriction type="container">
-      <parent name="MPEG_TS" />
-    </restriction>
-  </dlna-profile>
-
-  <dlna-profile name="MPEG_TS_SD_EU_ISO" mime="video/mpeg" base-profile="MPEG_TS_SD_EU_BASE">
-    <!-- Note: We have no way to restrict the system bitrate yet -->
-    <restriction type="container">
-      <parent name="MPEG_TS_ISO" />
-    </restriction>
-  </dlna-profile>
-
-
-  <dlna-profile name="MPEG_TS_HD_NA_ISO" mime="video/mpeg">
-    <parent name="MPEG_TS_ISO" />
 
+  <dlna-profile id="MPEG_TS_HD_NA_BASE">
     <restriction type="audio">
       <parent name="MPEG_TS_AUDIO" />
 
@@ -479,4 +450,46 @@
       <parent name="1280x1080" />
     </restriction>
   </dlna-profile>
+
+  <dlna-profile name="MPEG_TS_SD_NA" mime="video/vnd.dlna.mpeg-tts" base-profile="MPEG_TS_SD_NA_BASE">
+    <!-- Note: We have no way to restrict the system bitrate yet -->
+    <restriction type="container">
+      <parent name="MPEG_TS" />
+    </restriction>
+  </dlna-profile>
+
+  <dlna-profile name="MPEG_TS_SD_NA_ISO" mime="video/mpeg" base-profile="MPEG_TS_SD_NA_BASE">
+    <!-- Note: We have no way to restrict the system bitrate yet -->
+    <restriction type="container">
+      <parent name="MPEG_TS_ISO" />
+    </restriction>
+  </dlna-profile>
+
+  <dlna-profile name="MPEG_TS_HD_NA" mime="video/vnd.dlna.mpeg-tts" base-profile="MPEG_TS_HD_NA_BASE">
+    <!-- Note: We have no way to restrict the system bitrate yet -->
+    <restriction type="container">
+      <parent name="MPEG_TS" />
+    </restriction>
+  </dlna-profile>
+
+  <dlna-profile name="MPEG_TS_HD_NA_ISO" mime="video/mpeg" base-profile="MPEG_TS_HD_NA_BASE">
+    <!-- Note: We have no way to restrict the system bitrate yet -->
+    <restriction type="container">
+      <parent name="MPEG_TS_ISO" />
+    </restriction>
+  </dlna-profile>
+
+  <dlna-profile name="MPEG_TS_SD_EU" mime="video/vnd.dlna.mpeg-tts" base-profile="MPEG_TS_SD_EU_BASE">
+    <!-- Note: We have no way to restrict the system bitrate yet -->
+    <restriction type="container">
+      <parent name="MPEG_TS" />
+    </restriction>
+  </dlna-profile>
+
+  <dlna-profile name="MPEG_TS_SD_EU_ISO" mime="video/mpeg" base-profile="MPEG_TS_SD_EU_BASE">
+    <!-- Note: We have no way to restrict the system bitrate yet -->
+    <restriction type="container">
+      <parent name="MPEG_TS_ISO" />
+    </restriction>
+  </dlna-profile>
 </dlna-profiles>


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