[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

eric.carlson at apple.com eric.carlson at apple.com
Wed Dec 22 12:55:33 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ef6d914dc7577ceb194b71d848dfaf08491d993b
Author: eric.carlson at apple.com <eric.carlson at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 2 02:13:48 2010 +0000

    2010-09-01  Eric Carlson  <eric.carlson at apple.com>
    
            Reviewed by Darin Adler.
    
            Question mark QuickTime icon when navigating to this MP3 file
            https://bugs.webkit.org/show_bug.cgi?id=44846
    
            Do not disable 'tmet' movie tracks, they carry meta data.
    
            No DRT test because I am not sure it is possible to have one of these tracks in
            non-streaming movie. I will add a test later if I figure out how to create a movie.
    
            * platform/graphics/mac/MediaPlayerPrivateQTKit.mm:
            (WebCore::MediaPlayerPrivate::disableUnsupportedTracks):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66632 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e5f0416..19d3790 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,18 @@
+2010-09-01  Eric Carlson  <eric.carlson at apple.com>
+
+        Reviewed by Darin Adler.
+
+        Question mark QuickTime icon when navigating to this MP3 file
+        https://bugs.webkit.org/show_bug.cgi?id=44846
+
+        Do not disable 'tmet' movie tracks, they carry meta data.
+
+        No DRT test because I am not sure it is possible to have one of these tracks in 
+        non-streaming movie. I will add a test later if I figure out how to create a movie.
+
+        * platform/graphics/mac/MediaPlayerPrivateQTKit.mm:
+        (WebCore::MediaPlayerPrivate::disableUnsupportedTracks):
+
 2010-09-01  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm b/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm
index 7e8a51b..14393d5 100644
--- a/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm
+++ b/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm
@@ -1408,6 +1408,7 @@ void MediaPlayerPrivate::disableUnsupportedTracks()
         allowedTrackTypes->add("sdsm"); // MPEG-4 scene description stream
         allowedTrackTypes->add("tmcd"); // timecode
         allowedTrackTypes->add("tc64"); // timcode-64
+        allowedTrackTypes->add("tmet"); // timed metadata
     }
     
     NSArray *tracks = [m_qtMovie.get() tracks];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list