Philippe Normand
Philippe Normand
Hi! I've developed a GStreamer source element leveraging WPEWebKit to provide video frames representing a web page to downstream elements of the pipeline. I talked about it at FOSDEM, see...
Also add an audio meta to buffers, for good measure, and set discont flag when needed. This should help with A/V sync issues and audio cracks reported in #59.
The "UI" thread is at least one process. The 4 others I'm not sure yet what they're for. Stopping a source element should clean-up resources, it's currently not the case,...
### WebKittens _No response_ ### Title of the spec Keyboard Lock ### URL to the spec https://wicg.github.io/keyboard-lock/ ### URL to the spec's repository https://github.com/wicg/keyboard-lock/ ### Issue Tracker URL _No response_...
Hi, I've setup the app on an iPad Air, the repo is cloned, keys configured (well ssh worked at least, no idea if I did GPG right), and when I...
I've started a patch: https://github.com/philn/dav1d-rs-1/commit/18121c6d8293b95ccaf92daffab93b61a810d42d Ideally this would be usable by the GStreamer rust dav1ddec element for zero-copy of decoded pictures. But it's not integrated yet, hence the WIP tag...
The get_session() function returns a new ref which isn't unreffed in all cases, if I read the code correctly. I can prepare a patch later unless someone wants to fix...
#### b860d58e6d32d838d079c964ccb0688c0aaaca27 [GStreamer] GstSample leaks in MediaSampleGStreamer https://bugs.webkit.org/show_bug.cgi?id=274254 Reviewed by NOBODY (OOPS!). The MediaSampleGStreamer constructor consumes GstSample references, so they should be moved accordingly. * Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.cpp: (WebCore::MediaSampleGStreamer::MediaSampleGStreamer): (WebCore::MediaSampleGStreamer::createNonDisplayingCopy const): https://github.com/WebKit/WebKit/commit/b860d58e6d32d838d079c964ccb0688c0aaaca27...
#### a279c2769ed61050c72981e65ae604911bc5b053 [GStreamer][WebRTC] Log stats type as lower case in JSON https://bugs.webkit.org/show_bug.cgi?id=276070 Reviewed by NOBODY (OOPS!). Using lower case values brings us a bit closer to the LibWebRTC JSON stats...
#### e3e3bc0f8ee683728f6cf9d1e43f5d4422d74a8c [WebRTC] Add support for legacy Offer options https://bugs.webkit.org/show_bug.cgi?id=256707 <rdar://problem/109569164> Reviewed by NOBODY (OOPS!). Some websites still rely on the legacy offer options, despite the spec recommendation of using...