From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 6B2D649A73 for ; Mon, 26 Feb 2024 22:44:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B536768CA1A; Tue, 27 Feb 2024 00:44:47 +0200 (EET) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 08A3368C9D2 for ; Tue, 27 Feb 2024 00:44:40 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 0901EE0003 for ; Mon, 26 Feb 2024 22:44:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1708987480; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:in-reply-to:in-reply-to:references:references; bh=pgeSiNjgSeypg2GGNi/+FOWUQ9Axy52j/I27ica8QRg=; b=MPmOJKceJo2c8rUFdL0eiPAnJkvZV9//7EDB9QEmtFnV5+WtcP9mtKYAMCfm4GeDZTax5V MC7P0TdGDva+9dvgLVXWhiqBNMvfOOq3G0/aQpsK7AS+9nKd4WBPpiGaROqPp6ldi6Rm+D TpL/vcYut+W/w41nkilCg1jPTJ0auR+EJ/66ZcEqIK06jOs9cOLLXK8bCrjHjp6YT0KUGD x0M8Zhb/hFu7kia1ZZ+1+KwUEr1/xovGR6uRMpLtwINbXQSKx6GL8NyQhB23aFWI084Fil 7XcBdW/JkaSGHasWm4H6wiaRHTXAUjTeeiGI+Dtp3vEgsgQR3NGo9ChGvi4D3w== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Mon, 26 Feb 2024 23:44:37 +0100 Message-Id: <20240226224438.1793-2-michael@niedermayer.cc> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20240226224438.1793-1-michael@niedermayer.cc> References: <20240226224438.1793-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH 2/3] doc/community: Conflict of interest recusal requirement (Similar to mid part of Antons proposal) X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Signed-off-by: Michael Niedermayer --- doc/community.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/community.texi b/doc/community.texi index 8a38c6aca0..fc22a8fa61 100644 --- a/doc/community.texi +++ b/doc/community.texi @@ -84,6 +84,9 @@ If the TC thinks it needs the input from the larger community, the TC can call f Each TC member must vote on such decision according to what is, in their view, best for the project. +If a TC member is aware of a conflict of interest with regards to the case, they must announce it +and recuse themselves from the TC discussion and vote. + If the disagreement involves a member of the TC, that member should recuse themselves from the decision. The decision to use a RFC process or an internal discussion is a discretionary decision of the TC. -- 2.17.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".