rygel r735 - trunk/src/rygel



Author: zeeshanak
Date: Sat Mar 21 13:58:10 2009
New Revision: 735
URL: http://svn.gnome.org/viewvc/rygel?rev=735&view=rev

Log:
Report the (hopefully) correct DLNA profile for mpeg 2 ts.

Modified:
   trunk/src/rygel/rygel-mp2ts-transcoder.vala

Modified: trunk/src/rygel/rygel-mp2ts-transcoder.vala
==============================================================================
--- trunk/src/rygel/rygel-mp2ts-transcoder.vala	(original)
+++ trunk/src/rygel/rygel-mp2ts-transcoder.vala	Sat Mar 21 13:58:10 2009
@@ -27,7 +27,7 @@
 
 internal class Rygel.MP2TSTranscoder : Rygel.Transcoder {
     public const string mime_type = "video/mpeg";
-    private const string dlna_profile = "MP3";
+    private const string dlna_profile = "MPEG_TS_HD_NA";
 
     private const string DECODEBIN = "decodebin2";
     private const string VIDEO_ENCODER = "mpeg2enc";



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