[Webkit-unassigned] [Bug 132905] [GTK][EFL] Video is resumed with old playback rate.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 20 00:34:00 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132905





--- Comment #6 from Philippe Normand <pnormand at igalia.com>  2014-05-20 00:34:20 PST ---
(From update of attachment 231451)
View in context: https://bugs.webkit.org/attachment.cgi?id=231451&action=review

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:568
> +    if (!rate) {
> +        return gst_element_seek(m_playBin.get(), 1.0, GST_FORMAT_TIME, seekType,
> +            GST_SEEK_TYPE_SET, startTime, GST_SEEK_TYPE_SET, endTime);
> +    }

Perhaps this could be if(!rate) rate = 1.0 ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list