mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +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")]
|
||||
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