Re: [FFmpeg-devel] [PATCH] avdevice/pipewire_dec: pipewire video capture

2023-04-24 Thread Anton Khirnov
Quoting metamuffin (2023-04-24 09:21:06) > On 23-04-24 08:36, Anton Khirnov wrote: > > Thanks for your reply! > > > Also, your email client mangled your patch. > > Sorry for that, I will resend the updated patch soon. (hopefully using > git send-mail) > > > This seems like it should be a lav

Re: [FFmpeg-devel] [PATCH] avdevice/pipewire_dec: pipewire video capture

2023-04-24 Thread metamuffin
On 23-04-24 08:36, Anton Khirnov wrote: Thanks for your reply! > Also, your email client mangled your patch. Sorry for that, I will resend the updated patch soon. (hopefully using git send-mail) > This seems like it should be a lavfi source instead. If you mean libavfilter, then I am confus

Re: [FFmpeg-devel] [PATCH] avdevice/pipewire_dec: pipewire video capture

2023-04-23 Thread Anton Khirnov
Quoting metamuffin (2023-04-23 14:24:41) > Added a minimal (and partial) input device for pipewire. > The implementation lacks audio support for now since alsa and pulse can > do that too > Video output is not included yet. The patch requires _XOPEN_SOURCE=700 > to work. > > Signed-off-by: metamu

[FFmpeg-devel] [PATCH] avdevice/pipewire_dec: pipewire video capture

2023-04-23 Thread metamuffin
Added a minimal (and partial) input device for pipewire. The implementation lacks audio support for now since alsa and pulse can do that too Video output is not included yet. The patch requires _XOPEN_SOURCE=700 to work. Signed-off-by: metamuffin --- Changelog | 1 + config