mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-06-08 00:18:56 +00:00
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:
parent
8d433761d1
commit
b0b63e58f8
1 changed files with 3 additions and 2 deletions
|
@ -1671,8 +1671,9 @@ impl Receiver {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "advanced-sdk")]
|
// FIXME: Needs testing with an actual stream to understand how it works
|
||||||
if [NDIlib_FourCC_audio_type_Opus].contains(&fourcc) {}
|
// #[cfg(feature = "advanced-sdk")]
|
||||||
|
// if [NDIlib_FourCC_audio_type_Opus].contains(&fourcc) {}
|
||||||
|
|
||||||
gst::element_error!(
|
gst::element_error!(
|
||||||
element,
|
element,
|
||||||
|
|
Loading…
Reference in a new issue