From b0b63e58f83bc8fa5325bf09da89bb97629ed969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 22 Aug 2023 10:36:09 +0300 Subject: [PATCH] ndi: Comment out empty Opus handling and add FIXME comment Part-of: --- net/ndi/src/ndisrc/receiver.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/ndi/src/ndisrc/receiver.rs b/net/ndi/src/ndisrc/receiver.rs index 62223060..95cd266f 100644 --- a/net/ndi/src/ndisrc/receiver.rs +++ b/net/ndi/src/ndisrc/receiver.rs @@ -1671,8 +1671,9 @@ impl Receiver { }); } - #[cfg(feature = "advanced-sdk")] - if [NDIlib_FourCC_audio_type_Opus].contains(&fourcc) {} + // FIXME: Needs testing with an actual stream to understand how it works + // #[cfg(feature = "advanced-sdk")] + // if [NDIlib_FourCC_audio_type_Opus].contains(&fourcc) {} gst::element_error!( element,