mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-22 15:46:20 +00:00
ndi: Comment out empty Opus handling and add FIXME comment
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1350>
This commit is contained in:
parent
dce1e3b044
commit
b9e8f4cbb3
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue