[rygel] core: Correct DLNA profile for MPEG-TS HD



commit 1aefd544ed235133bd8c79543217c275de938941
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Aug 6 19:26:32 2010 +0300

    core: Correct DLNA profile for MPEG-TS HD
    
    This allows us to pass DLNA CTT testcases 7.3.29.3 and 7.3.29.4.

 src/rygel/rygel-mp2ts-transcoder.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-mp2ts-transcoder.vala b/src/rygel/rygel-mp2ts-transcoder.vala
index 12a5a94..43f578c 100644
--- a/src/rygel/rygel-mp2ts-transcoder.vala
+++ b/src/rygel/rygel-mp2ts-transcoder.vala
@@ -40,7 +40,7 @@ internal class Rygel.MP2TSTranscoder : Rygel.Transcoder {
     private const int[] WIDTH = {640, 1280};
     private const int[] HEIGHT = {480, 720};
     private const int[] FRAME_RATE = {25, 30};
-    private const string[] PROFILES = {"MPEG_TS_SD_EU_ISO", "MPEG_TS_HD_US"};
+    private const string[] PROFILES = {"MPEG_TS_SD_EU_ISO", "MPEG_TS_HD_NA_ISO"};
     private const int BITRATE = 3000000;
 
     private const string VIDEO_ENCODER = "ffenc_mpeg2video";



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