Patrick Hoffmann

Results 42 comments of Patrick Hoffmann

additional information: git-plus only seems to use the setting [diff]/external of the .gitconfig. So I still can use "git difftool" or "git mergetool" on console with Meld if I just...

I use a separate module 'tests' in the root of the project and which is not included into the main project by using 'mod' and 'TestExplorer' is showing me these...

Just to say something from my side: I'm currently heavily involved into the development of *OpenTalk* (which is a a/v conferencing system written in *rust*). So I do not have...

I like several things about this UI concept. - showing the preview composite is what we want! - selecting source by clicking them instead of using extra buttons saves a...

Looking at details the preset previews could be entitled together too like "Sources" but with "Presets". Then you wouldn't have to add "Preset" to every name within the previews' titles....

> The discussion so far mixes new feature (preview etc) with design. We should separate that as all the feature ware already on the roadmap and are independent from a...

> Is there any way to detect 4:3 slides that have been stretched to 16:9 (e.g. by certain scalers)? don't think so

Because composites can be described by strings in voctomix 2 white and black listing would be quite easy to implement.

With VOC2MIX you already can remove the slides from the buttons in the `toolbar.sources.b`: ```ini [toolbar.sources.a] buttons = cam1, cam2, cam3, slides [toolbar.sources.b] buttons = cam1, cam2, cam3 ``` Now...

Has anybody an idea how to configure gstreamer to accept a IPC socket as source? - replacing the command TCP connection with an IPC socket was easy: I've created `IPCSingleConnection`...