Title: [210544] trunk/Source/WebCore
Revision
210544
Author
[email protected]
Date
2017-01-10 06:49:56 -0800 (Tue, 10 Jan 2017)

Log Message

Unreviewed. Remove the unused gReadyStateTimerInterval global from
the MediaPlayerPrivateGStreamerMSE implementation file as it's only
springing up a compiler warning.

* platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (210543 => 210544)


--- trunk/Source/WebCore/ChangeLog	2017-01-10 12:32:17 UTC (rev 210543)
+++ trunk/Source/WebCore/ChangeLog	2017-01-10 14:49:56 UTC (rev 210544)
@@ -1,5 +1,13 @@
 2017-01-10  Zan Dobersek  <[email protected]>
 
+        Unreviewed. Remove the unused gReadyStateTimerInterval global from
+        the MediaPlayerPrivateGStreamerMSE implementation file as it's only
+        springing up a compiler warning.
+
+        * platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp:
+
+2017-01-10  Zan Dobersek  <[email protected]>
+
         [CoordinatedGraphics] TextureMapperPlatformLayerProxy is constantly getting activated
         https://bugs.webkit.org/show_bug.cgi?id=166856
 

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp (210543 => 210544)


--- trunk/Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp	2017-01-10 12:32:17 UTC (rev 210543)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp	2017-01-10 14:49:56 UTC (rev 210544)
@@ -62,9 +62,6 @@
     }
 }
 
-// Max interval in seconds to stay in the READY state on manual state change requests.
-static const unsigned gReadyStateTimerInterval = 60;
-
 GST_DEBUG_CATEGORY(webkit_mse_debug);
 #define GST_CAT_DEFAULT webkit_mse_debug
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to