Re: [webkit-dev] cant get libvpx repo here?

2018-04-30 Thread Enrique Ocaña González
px definitions in jhbuild.modules and then removing the dependency in the block. Cheers. -- Enrique Ocaña González ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] small browser video tag

2017-09-22 Thread Enrique Ocaña González
Have into account that we only support mp4 with h264 video and mpeg or aac audio. Webm with vp9 and opus is currently not supported. Cheers. [1] http://yt-dash-mse-test.commondatastorage.googleapis.com/unit-tests/ 2016.html?enablewebm=false&command=run -- Enrique Ocaña González ___

Re: [webkit-dev] small browser video tag

2017-09-22 Thread Enrique Ocaña González
builds of WebKitGTK+. If you want MSE support, you need to build WebKitGTK+ yourself with ENABLE_MEDIASOURCE and then also enable that feature at runtime. Cheers. -- Enrique Ocaña González ___ webkit-dev mailing list webkit-dev@lists.webkit.

Re: [webkit-dev] small browser video tag

2017-09-22 Thread Enrique Ocaña González
7;s happening. To get just the messages more related to WebKit, use this: export GST_DEBUG="webkitmediaplayer:TRACE,webkitwebsrc:TRACE" To get all the messages (a lot!!), use this: export GST_DEBUG="*:DEBUG" Cheers. -- Enrique Ocaña González

Re: [webkit-dev] Making MockMediaPlayerMediaSource and other MediaPlayerPrivateInterface subclasses work together

2016-11-28 Thread Enrique Ocaña González
ockMediaSource(), which should > allow you to run tests correctly. The mock player private is the outsider here. I think the hack, targeted to a very restricted environment as it is, makes sense and is a good way to avoid cluttering a design which works well for the real world. Thanks a

[webkit-dev] Making MockMediaPlayerMediaSource and other MediaPlayerPrivateInterface subclasses work together

2016-11-24 Thread Enrique Ocaña González
f Jer Noble or anybody else with knowledge on the matter could devote some minutes to shed some light about the right way to make the mock player private and the MSE player private live together. Thank you. -- Enrique Ocaña González ___ webkit-dev mailing

Re: [webkit-dev] Determining the device pixel density of target device

2014-03-05 Thread Enrique Ocaña González
ScaleFactor | grep -v ChangeLog [2] git grep -e '->setDeviceScaleFactor' | grep -v ChangeLog [3] https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSWindow_Class/Reference/Reference.html#//apple_ref/occ/instm/NSWindow/backingScaleFactor -- Enriqu

Re: [webkit-dev] PSA: COMPILE_ASSERT_MATCHING_ENUM is a bad idea

2014-02-21 Thread Enrique Ocaña González
r rather than sooner, but the patch has landed[1]. Cheers. [1] http://trac.webkit.org/changeset/164438 -- Enrique Ocaña González ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev