Title: [236717] trunk/Source/WebCore
- Revision
- 236717
- Author
- ab...@igalia.com
- Date
- 2018-10-02 02:20:49 -0700 (Tue, 02 Oct 2018)
Log Message
[MSE][GStreamer] Make same thread assert non-release
https://bugs.webkit.org/show_bug.cgi?id=189924
Reviewed by Xabier Rodriguez-Calvar.
* platform/graphics/gstreamer/mse/AppendPipeline.cpp:
(WebCore::AppendPipeline::handleNewAppsinkSample):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (236716 => 236717)
--- trunk/Source/WebCore/ChangeLog 2018-10-02 08:02:16 UTC (rev 236716)
+++ trunk/Source/WebCore/ChangeLog 2018-10-02 09:20:49 UTC (rev 236717)
@@ -1,3 +1,13 @@
+2018-10-02 Alicia Boya GarcĂa <ab...@igalia.com>
+
+ [MSE][GStreamer] Make same thread assert non-release
+ https://bugs.webkit.org/show_bug.cgi?id=189924
+
+ Reviewed by Xabier Rodriguez-Calvar.
+
+ * platform/graphics/gstreamer/mse/AppendPipeline.cpp:
+ (WebCore::AppendPipeline::handleNewAppsinkSample):
+
2018-10-01 Ryosuke Niwa <rn...@webkit.org>
Add a new variant of serializePreservingVisualAppearance which takes VisibleSelection
Modified: trunk/Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp (236716 => 236717)
--- trunk/Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp 2018-10-02 08:02:16 UTC (rev 236716)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp 2018-10-02 09:20:49 UTC (rev 236717)
@@ -829,7 +829,7 @@
// AppendPipeline should have only one streaming thread. Otherwise we can't detect reliably when an appends has
// been demuxed completely.;
g_critical("Appsink received a sample in a different thread than appsrcEndOfAppendCheckerProbe run.");
- RELEASE_ASSERT_NOT_REACHED();
+ ASSERT_NOT_REACHED();
}
if (!m_playerPrivate || m_appendState == AppendState::Invalid) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes