Changeset 243610 in webkit
- Timestamp:
- Mar 28, 2019, 11:05:13 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r243607 r243610 1 2019-03-28 Alicia Boya García <aboya@igalia.com> 2 3 [MSE][GStreamer] Remove dead code in MediaPlayerPrivateGStreamer::doSeek() 4 https://bugs.webkit.org/show_bug.cgi?id=196352 5 6 Reviewed by Xabier Rodriguez-Calvar. 7 8 MediaPlayerPrivateGStreamerMSE overrides doSeek() and seek(), so this 9 branch is never reached. 10 11 This patch does not introduce behavior changes. 12 13 * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp: 14 (WebCore::MediaPlayerPrivateGStreamer::doSeek): 15 1 16 2019-03-28 Simon Fraser <simon.fraser@apple.com> 2 17 -
trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
r243537 r243610 592 592 MediaTime startTime = position, endTime = MediaTime::invalidTime(); 593 593 594 // TODO: Should do more than that, need to notify the media source595 // and probably flush the pipeline at least.596 if (isMediaSource())597 return true;598 599 594 if (rate < 0) { 600 595 startTime = MediaTime::zeroTime();
Note:
See TracChangeset
for help on using the changeset viewer.