ndi: Comment out empty Opus handling and add FIXME comment

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1308>
This commit is contained in:
Sebastian Dröge 2023-08-22 10:36:09 +03:00 committed by GStreamer Marge Bot
parent 8d433761d1
commit b0b63e58f8

View file

@ -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,