[webkit-help] [MAC] :: HTML5 Video player not well identified : QT expected => AVF suspected ("instead")

Konstantin Tokarev annulen at yandex.ru
Thu Oct 17 02:25:03 PDT 2013


17.10.2013, 13:16, "gstreamer MACOSX" <gstreamermacosx at gmail.com>:
> Yes. And ... so... what ?I mean: time could be spent grep-ing and placing traces everywhere in source code to figure out what happens at the end.
> However more (fine-tuned ;-) "support" would have been expected from this mailling-list. Hope nobody feels offended.

cd Source/WebCore
git grep MediaPlayerPrivate | grep class

Finds ALL possible implementations of MediaPlayer.

vi platform/graphics/MediaPlayer.cpp
Add "#error <media player type>" to each clause of #if.

Finds implementations of MediaPlayer used in current configuration.

There is no possibility to have HTML5 audio and video working without one of MediaPlayerPrivate implementations.

-- 
Regards,
Konstantin


More information about the webkit-help mailing list