Angelo Verlain Shema

Results 409 comments of Angelo Verlain Shema

> appending black borders Is this really necessary? In the best case scenario, clappersink should just provide a paintable. The app developer can put it inside a GtkPicture and add...

what about providing 2 different sinks then, one that provides just a paintable and the one called `clapperpicturesink` or something that provides a `Gtk.Picture` (for all those optimizations) and maybe...

There are many such use-cases, here's some I already envisioned: 1. When you simply don't want to use `Gtk.Picture`. For example, one might be willing to use `Gtk.Video` to get...

yes that's very understandable that `clappersink` was made for `clapper` and hence must first cater to it's needs first. > what about providing 2 different sinks then, one that provides...

thanks for understanding. and thanks for clapper

> I have been trying to install glib from source, but as yet having no success It probably means you are on an LTS distro. Maybe try using flatpak?

I tried using the default driver and just adding the PID to the list. It fails with the following logs: ``` sudo ./tudor_cli temp1 -P00c9 >>>>> WARNING

okay. I've stubbed out `WdfDeviceSetPnpCapabilities` and now I get that the function `50` is unresolved. Maybe you can indeed show me the WDF function dispatch table or maybe explain how...

welp. I don't really know what I'm doing but let me share with you some progress. I stubbed out a lot of functions (you can checkout the code if you...