[Webkit-unassigned] [Bug 53973] [Qt] Can't play HTML5 Video because of the URL is percent encoded twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 07:11:32 PST 2011


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





--- Comment #19 from Hui Huang <hui_huang at yahoo.com>  2011-02-16 07:11:32 PST ---
Thanks for the advice. The reason to use ENABLE(QT_MULTIMEDIA) is that
MediaPlayerPrivateQt.h can only be compiled with Qt Multimedia because of the dependency on QMediaPlayer. If only ENABLE(VIDEO) is used and Qt Multimedia is not available, there may be build problems. 

(In reply to comment #18)
> (From update of attachment 82575 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=82575&action=review
> 
> > Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp:83
> > +#if ENABLE(VIDEO) && ENABLE(QT_MULTIMEDIA)
> 
> Can we just use ENABLE(VIDEO) guard here - that is less code and the function could be perhaps reused for the phonon case as well ?

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