Title: [169539] trunk/Source/WebCore
- Revision
- 169539
- Author
- jer.no...@apple.com
- Date
- 2014-06-02 12:57:18 -0700 (Mon, 02 Jun 2014)
Log Message
Further unreviewed GTK build fix after r169536.
Update the m_duration contructor in MediaSourceGStreamer.
* platform/graphics/gstreamer/MediaSourceGStreamer.cpp:
(WebCore::MediaSourceGStreamer::MediaSourceGStreamer):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (169538 => 169539)
--- trunk/Source/WebCore/ChangeLog 2014-06-02 19:50:36 UTC (rev 169538)
+++ trunk/Source/WebCore/ChangeLog 2014-06-02 19:57:18 UTC (rev 169539)
@@ -1,5 +1,14 @@
2014-06-02 Jer Noble <jer.no...@apple.com>
+ Further unreviewed GTK build fix after r169536.
+
+ Update the m_duration contructor in MediaSourceGStreamer.
+
+ * platform/graphics/gstreamer/MediaSourceGStreamer.cpp:
+ (WebCore::MediaSourceGStreamer::MediaSourceGStreamer):
+
+2014-06-02 Jer Noble <jer.no...@apple.com>
+
Unreviewed GTK build fix after r169536.
Update MediaSourceGStreamer to match new duration parameters.
Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaSourceGStreamer.cpp (169538 => 169539)
--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaSourceGStreamer.cpp 2014-06-02 19:50:36 UTC (rev 169538)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaSourceGStreamer.cpp 2014-06-02 19:57:18 UTC (rev 169539)
@@ -47,7 +47,6 @@
MediaSourceGStreamer::MediaSourceGStreamer(WebKitMediaSrc* src)
: m_client(adoptRef(new MediaSourceClientGstreamer(src)))
- , m_duration(0.0)
, m_readyState(MediaPlayer::HaveNothing)
{
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes