Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-08-22 10:36:09 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-08-29 15:21:38 +0300
commitb0b63e58f83bc8fa5325bf09da89bb97629ed969 (patch)
tree575a3e26a53515361bc173e0b79493269375e013 /net
parent8d433761d1e10f22ed202ef87a337bc2c2179412 (diff)
ndi: Comment out empty Opus handling and add FIXME comment
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1308>
Diffstat (limited to 'net')
-rw-r--r--net/ndi/src/ndisrc/receiver.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ndi/src/ndisrc/receiver.rs b/net/ndi/src/ndisrc/receiver.rs
index 622230608..95cd266f3 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,