Hunter Laux

Results 77 comments of Hunter Laux

I'm glad it worked. I finally settled on rewriting all the @exports to @name. Currently I'm not depending on the PR. Although I would hope a fix of this fashion...

``` /usr/local/wxWidgets/lib/libwx_baseu-3.1.a ``` Local build of wx built without fPIC. PIC wasn't enabled by default until 3.1.5 https://github.com/wxWidgets/wxWidgets/commit/4ee04daa7ceb758ba8c67fb9e01528605e4fc2da You have to build it with `--with-pic`.

that looks like some chromeos specific patch. https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/7bad859205fbd2d7e3df8715f4314e03b1578af5/sys-kernel/linux-headers/files/0001-CHROMIUM-media-headers-Import-V4L2-headers-from-Chro.patch probably based on this. https://www.spinics.net/lists/linux-media/msg81031.html Something used to store a v4l2 surface ID. https://source.chromium.org/chromium/chromium/src/+/main:media/gpu/v4l2/v4l2_decode_surface.h;l=120?q=config_store_&ss=chromium That implementation might take some work to support...

Looks like there isn't a way to conditionally compiling out `V4L2ConfigStoreDecodeSurface`, which isn't needed when using the request api.. It just needs the `V4L2RequestDecodeSurface`. That should be fairly easy thing...

Speaking of excluding ChromeOS-specific stuff, I spotted this today. media/gpu/v4l2: Split upstream compatible and ChromeOS specific code https://chromium-review.googlesource.com/c/chromium/src/+/3380426

You built with `use_v4l2_codec=true`?

I'm not sure what works yet. That patch was merged yesterday. I'm just following this passively. There appears to be some allocator work necessary. https://chromium-review.googlesource.com/c/chromium/src/+/3380427/7 Collabora mentioned some Video Codec...

It's enabled in sid if you can figure out how to get it working. I'm not sure if it's working fully yet. https://salsa.debian.org/chromium-team/chromium/-/commit/26e90f4253b18738fae00e4c3a6f49632cd02919

@gizmo98 are you building it with your patch?

@gizmo98 Have you tried submitting this patch to gerrit? I have no idea if that will get the chrome developer's attention.