Module: wine Branch: master Commit: 73289b65552f02ccb798d81ad3bd6f52d48eecc3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=73289b65552f02ccb798d81ad...
Author: Zebediah Figura zfigura@codeweavers.com Date: Tue May 17 12:38:10 2022 -0500
maintainers: Add a GStreamer section.
Assign formal maintainership of the whole DLL to myself.
Although there are parts of winegstreamer that fall under the purview of Media Foundation, it is not really possible to separate these logically from the parts which interact with the GStreamer backend. Better to have a dedicated maintainer for the whole DLL, and assign patches to the Media Foundation maintainer as necessary.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
MAINTAINERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS index f532c2eb570..01d2cfa80f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -113,7 +113,6 @@ F: dlls/qcap/ F: dlls/qdvd/ F: dlls/qedit/ F: dlls/quartz/ -F: dlls/winegstreamer/quartz_parser.c F: libs/strmbase/
DirectWrite @@ -156,6 +155,10 @@ GPhoto Driver M: Marcus Meissner marcus@jet.franken.de F: dlls/gphoto2.ds/
+GStreamer multimedia backend +M: Zebediah Figura z.figura12@gmail.com +F: dlls/winegstreamer/ + HID support M: Aric Stewart aric@codeweavers.com P: RĂ©mi Bernon rbernon@codeweavers.com