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 72ACF4B8CF for ; Tue, 18 Jun 2024 15:40:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CFD2468D3E1; Tue, 18 Jun 2024 18:40:16 +0300 (EEST) Received: from shout01.mail.de (shout01.mail.de [62.201.172.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B88B168D22E for ; Tue, 18 Jun 2024 18:40:10 +0300 (EEST) Received: from postfix02.mail.de (postfix02.bt.mail.de [10.0.121.126]) by shout01.mail.de (Postfix) with ESMTP id 416E7240BE5 for ; Tue, 18 Jun 2024 17:40:10 +0200 (CEST) Received: from smtp01.mail.de (smtp03.bt.mail.de [10.0.121.213]) by postfix02.mail.de (Postfix) with ESMTP id 285B3A03C3 for ; Tue, 18 Jun 2024 17:40:10 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id F181D241840 for ; Tue, 18 Jun 2024 17:40:09 +0200 (CEST) Message-ID: <4c0b2459-340f-498c-aabd-e2b416f1290f@mail.de> Date: Tue, 18 Jun 2024 17:40:09 +0200 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20240609195108.14606-1-fabi.theo@gmail.com> Content-Language: en-US In-Reply-To: <20240609195108.14606-1-fabi.theo@gmail.com> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 376 X-purgate-ID: 154282::1718725210-0E6251F9-EF8E2B8F/0/0 Subject: Re: [FFmpeg-devel] [PATCH v2] avdevice/avfoundation: add external video devices 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: , From: Thilo Borgmann via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Thilo Borgmann Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Am 09.06.24 um 21:51 schrieb Theo Fabi: > Video devices categorized by AVFoundation as > 'AVCaptureDeviceTypeExternal(Unknown)' (like USB video streams) were not > recognized by libavdevice. > > Signed-off-by: Theo Fabi > --- > libavdevice/avfoundation.m | 3 +++ > 1 file changed, 3 insertions(+) Ok. Will push soon. Thanks, Thilo _______________________________________________ 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".