Changeset 264225 in webkit
- Timestamp:
- Jul 10, 2020, 9:38:16 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r264220 r264225 1 2020-07-10 Philippe Normand <pnormand@igalia.com> 2 3 Unreviewed, remove debug printf after r264219. 4 5 * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp: 6 (WebCore::MediaPlayerPrivateGStreamer::MediaPlayerPrivateGStreamer): 7 1 8 2020-07-10 Zalan Bujtas <zalan@apple.com> 2 9 -
trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
r264219 r264225 210 210 m_wpeVideoPlaneDisplayDmaBuf.reset(wpe_video_plane_display_dmabuf_source_create(downcast<PlatformDisplayLibWPE>(sharedDisplay).backend())); 211 211 #endif 212 static unsigned times = 0;213 ++times;214 GST_INFO("created media player private (%u times) <----------------------------------------------", times);215 fprintf(stderr, "calvaris created media player private (%u times)\n", times);216 212 } 217 213
Note:
See TracChangeset
for help on using the changeset viewer.