Bug 173799 - [GStreamer] If Gstreamer doesn't have VA-API support, then WebkitGTK browsers use an insane amount of power, make the computer hot, and monopolize the CPU.
Summary: [GStreamer] If Gstreamer doesn't have VA-API support, then WebkitGTK browsers...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-23 16:55 PDT by Ryan Farmer
Modified: 2018-03-02 04:22 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Farmer 2017-06-23 16:55:19 PDT
If Gstreamer doesn't have VA-API support, then WebkitGTK browsers such as Gnome Web and Midori use an insane amount of power, make the computer blazing hot, and grind the whole system to a near halt on some websites, such as Facebook and Youtube.

I was trying to figure out what the problem was on Fedora 26 with these browsers and then found out that (1) Fedora doesn't have Intel's VA-API driver by default (but RPM Fusion's packages were on my system since I use Steam, and (2) although the Gstreamer VA-API support plug-in is available in Fedora, it's not installed by default. 

Installing the GStreamer VA-API plug-in got this problem under control, but is there some way that WebkitGTK could behave better without it? Firefox doesn't seem to display this sort of behavior even without VA-API support. Gnome Web turned my computer into a slide show when I played a video without VA-API.
Comment 1 Philippe Normand 2018-01-03 09:25:26 PST
What kind (codecs) of video were you trying to play?

There's nothing WebKitGTK can do when hw-decoders are not used, in that case ffmpeg and fallback vpx decoders are used...
Comment 2 Philippe Normand 2018-03-02 04:22:40 PST
This seems more like a packaging/distro issue. Please reopen and answer questions in comment 1 too.