[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:20:10 PDT 2013


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





--- Comment #19 from Brendan Long <b.long at cablelabs.com>  2013-04-02 12:18:22 PST ---
(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.

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