Re: [webkit-dev] [AppleMac] : HTML5 Video tag is enabled by MacOsX. But how does it work => and with which player by default ?

2013-10-15 Thread Anders Carlsson
Hello, this series of mailing list threads seems more appropriate for the webkit-help list instead of webkit-dev. Thanks, - Anders On Oct 15, 2013, at 6:37 AM, gstreamer MACOSX wrote: > First, thanks a lot for your useful tips, Konstantin, Hugo. > > Second, let's assume I expect to change p

Re: [webkit-dev] [AppleMac] : HTML5 Video tag is enabled by MacOsX. But how does it work => and with which player by default ?

2013-10-15 Thread Konstantin Tokarev
15.10.2013, 17:37, "gstreamer MACOSX" : > First, thanks a lot for your useful tips, Konstantin, Hugo. > Second, let's assume I expect to change player:- from "natural" default > solution => Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.* > > - to another one that is GSTREAMER > > W

Re: [webkit-dev] [AppleMac] : HTML5 Video tag is enabled by MacOsX. But how does it work => and with which player by default ?

2013-10-15 Thread gstreamer MACOSX
First, thanks a lot for your useful tips, Konstantin, Hugo. Second, let's assume I expect to change player: - from "natural" default solution => Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.* - to another one that is GSTREAMER What would be the trick to evolve properly from Quickt

Re: [webkit-dev] [AppleMac] : HTML5 Video tag is enabled by MacOsX. But how does it work => and with which player by default ?

2013-10-15 Thread Konstantin Tokarev
15.10.2013, 16:06, "Hugo Machefer" : > Precision: ENABLE_VIDEO seems to be set (by default) on MacOsX according to > rules defined within Tools/Scripts/webkitperl/FeatureList.pm > Correct ? Actually, it is controlled by --[no-]video option of build-webkit (default dependens on WebKit port chose

Re: [webkit-dev] [AppleMac] : HTML5 Video tag is enabled by MacOsX. But how does it work => and with which player by default ?

2013-10-15 Thread Hugo Machefer
Precision: ENABLE_VIDEO seems to be set (by default) on MacOsX according to rules defined within Tools/Scripts/webkitperl/FeatureList.pm Correct ? -- hmachefe On Tue, Oct 15, 2013 at 12:27 PM, Konstantin Tokarev wrote: > > 15.10.2013, 13:17, "gstreamer MACOSX" : > > Happy to see that HTML5 vi

Re: [webkit-dev] [AppleMac] : HTML5 Video tag is enabled by MacOsX. But how does it work => and with which player by default ?

2013-10-15 Thread Konstantin Tokarev
15.10.2013, 13:17, "gstreamer MACOSX" : > Happy to see that HTML5 video tag runs fine by MacOs. But allow me 2 > questions :- where is it enabled ? Browsing sources show that > "FeatureDefines.h" doesn't enable it... How is it activated ? ENABLE_VIDEO > - which player has been set by default ?

[webkit-dev] [AppleMac] : HTML5 Video tag is enabled by MacOsX. But how does it work => and with which player by default ?

2013-10-15 Thread gstreamer MACOSX
Happy to see that HTML5 video tag runs fine by MacOs. But allow me 2 questions : - where is it enabled ? Browsing sources show that "FeatureDefines.h" doesn't enable it... How is it activated ? - which player has been set by default ? Probably not GSTREAMER ;-) But which one and where is it selecte