[gupnp-dlna] Add MPEG_TS_SD_NA profile



commit 1b6c60e1a149c955b252331d85d4ff7ca2efa3d6
Author: Jens Georg <jensg openismus com>
Date:   Tue May 7 14:25:26 2013 +0200

    Add MPEG_TS_SD_NA profile
    
    Note: This also matches MPEG_TS_SD_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 |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/data/mpeg-ts.xml b/data/mpeg-ts.xml
index beba788..ecd60ed 100644
--- a/data/mpeg-ts.xml
+++ b/data/mpeg-ts.xml
@@ -280,7 +280,7 @@
     </restriction>
   </restrictions>
 
-  <dlna-profile name="MPEG_TS_SD_NA_ISO" mime="video/mpeg">
+  <dlna-profile id="MPEG_TS_SD_NA_BASE">
     <!-- Note: We have no way to restrict the system bitrate yet -->
     <parent name="MPEG_TS_ISO" />
 
@@ -403,6 +403,20 @@
     </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">


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