Changeset 264225 in webkit


Ignore:
Timestamp:
Jul 10, 2020, 9:38:16 AM (5 years ago)
Author:
Philippe Normand
Message:

Unreviewed, remove debug printf after r264219.

  • platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:

(WebCore::MediaPlayerPrivateGStreamer::MediaPlayerPrivateGStreamer):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r264220 r264225  
     12020-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
    182020-07-10  Zalan Bujtas  <zalan@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp

    r264219 r264225  
    210210        m_wpeVideoPlaneDisplayDmaBuf.reset(wpe_video_plane_display_dmabuf_source_create(downcast<PlatformDisplayLibWPE>(sharedDisplay).backend()));
    211211#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);
    216212}
    217213
Note: See TracChangeset for help on using the changeset viewer.