[Webkit-unassigned] [Bug 113522] [Qt] Enable text tracks from track elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 12:39:04 PDT 2013


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


Allan Sandfeld Jensen <allan.jensen at digia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allan.jensen at digia.com




--- Comment #20 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-04-02 12:37:15 PST ---
(In reply to comment #19)
> (In reply to comment #18)
> > > Now that you point this out, I'm confused about why video works at all in QtWebkit, since I can't figure out where VIDEO_ENABLED gets set to 1.
> > 
> > Tools/qmake/mkspecs/features/features.prf around line 120.
> 
> The strange thing is that one line 120 my patch enables VIDEO_TRACK, but VIDEO is never enabled:
> 
>      ENABLE_VIBRATION=0 \
>      ENABLE_VIDEO=0 \ <---
> -    ENABLE_VIDEO_TRACK=0 \
> +    ENABLE_VIDEO_TRACK=1 \
>      ENABLE_VIEW_MODE_CSS_MEDIA=1 \
>      ENABLE_WEBGL=0 \
> 
> I haven't messed with ENABLE_VIDEO, I just can't test turning it off if it's already off.

Those are just the defaults. Check features.prf (not features.pri which you are referring to).

-- 
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