Title: [273954] trunk/Source/WebCore
- Revision
- 273954
- Author
- [email protected]
- Date
- 2021-03-05 02:07:07 -0800 (Fri, 05 Mar 2021)
Log Message
Unreviewed, WPE/GTK build fix after r273953
* platform/mediastream/gstreamer/GStreamerVideoFrameLibWebRTC.cpp:
(WebCore::GStreamerSampleFromLibWebRTCVideoFrame):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (273953 => 273954)
--- trunk/Source/WebCore/ChangeLog 2021-03-05 09:54:24 UTC (rev 273953)
+++ trunk/Source/WebCore/ChangeLog 2021-03-05 10:07:07 UTC (rev 273954)
@@ -1,5 +1,12 @@
2021-03-05 Philippe Normand <[email protected]>
+ Unreviewed, WPE/GTK build fix after r273953
+
+ * platform/mediastream/gstreamer/GStreamerVideoFrameLibWebRTC.cpp:
+ (WebCore::GStreamerSampleFromLibWebRTCVideoFrame):
+
+2021-03-05 Philippe Normand <[email protected]>
+
[GStreamer] Unreviewed follow-up to r273951
* platform/mediastream/gstreamer/GStreamerVideoFrameLibWebRTC.cpp:
Modified: trunk/Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoFrameLibWebRTC.cpp (273953 => 273954)
--- trunk/Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoFrameLibWebRTC.cpp 2021-03-05 09:54:24 UTC (rev 273953)
+++ trunk/Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoFrameLibWebRTC.cpp 2021-03-05 10:07:07 UTC (rev 273954)
@@ -57,7 +57,7 @@
auto caps = adoptGRef(gst_video_info_to_caps(&info));
auto sample = adoptGRef(gst_sample_new(buffer.get(), caps.get(), nullptr, nullptr));
- return sample;
+ return WTFMove(sample);
}
rtc::scoped_refptr<webrtc::VideoFrameBuffer> GStreamerVideoFrameLibWebRTC::create(GRefPtr<GstSample>&& sample)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes