From: Giovanni Mascellani Subject: Re: [PATCH 4/5] winegstreamer: Register WMA decoder transform stub. Message-Id: Date: Fri, 21 Jan 2022 09:57:37 +0100 In-Reply-To: <2d892439-0926-6669-11b6-4c6c8aa1d105@codeweavers.com> References: <20220120104152.2236851-1-rbernon@codeweavers.com> <20220120104152.2236851-4-rbernon@codeweavers.com> <2d892439-0926-6669-11b6-4c6c8aa1d105@codeweavers.com> Hi, Il 21/01/22 02:44, Zebediah Figura (she/her) ha scritto: > Is there an application that requires this, other than FAudio? I don't know, but notice that Mono ships a copy of FAudio, so if we want to patch FAudio, we have to patch that one as well. > And if not, can we instead try to change FAudio to not require > specific decoders? Even if the current user is just FAudio, wouldn't it better to implement properly CWMADecMediaObject anyway? This way you automatically catch all future users of it. Why is CWMADecMediaObject something that we might not want to implement? Giovanni.