Title: [264764] trunk/Source/WebCore
Revision
264764
Author
calva...@igalia.com
Date
2020-07-23 08:27:52 -0700 (Thu, 23 Jul 2020)

Log Message

Unreviewed, build fix after r264762.

* platform/graphics/gstreamer/GStreamerCommon.cpp: Added include
SharedBuffer.h.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (264763 => 264764)


--- trunk/Source/WebCore/ChangeLog	2020-07-23 15:14:56 UTC (rev 264763)
+++ trunk/Source/WebCore/ChangeLog	2020-07-23 15:27:52 UTC (rev 264764)
@@ -1,5 +1,12 @@
 2020-07-23  Xabier Rodriguez Calvar  <calva...@igalia.com>
 
+        Unreviewed, build fix after r264762.
+
+        * platform/graphics/gstreamer/GStreamerCommon.cpp: Added include
+        SharedBuffer.h.
+
+2020-07-23  Xabier Rodriguez Calvar  <calva...@igalia.com>
+
         [GStreamer] gst_buffer_unmap: assertion 'GST_IS_BUFFER (buffer)' failed
         https://bugs.webkit.org/show_bug.cgi?id=213364
 

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp (264763 => 264764)


--- trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp	2020-07-23 15:14:56 UTC (rev 264763)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp	2020-07-23 15:27:52 UTC (rev 264764)
@@ -26,6 +26,7 @@
 #include "GLVideoSinkGStreamer.h"
 #include "GstAllocatorFastMalloc.h"
 #include "IntSize.h"
+#include "SharedBuffer.h"
 #include <gst/audio/audio-info.h>
 #include <gst/gst.h>
 #include <mutex>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to