Sebastian Dröge

Results 1164 comments of Sebastian Dröge

That looks like a build environment issue, but also a more up-to-date version of the plugin is available from https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/net/ndi . If you still reproduce it with that, please provide...

Why do you build version 0.8? That's quite old and two major releases in the past. Generally, all your problems seem to be from a broken build environment. I can't...

So what was the problem in the end?

Who added those and where does your GStreamer version come from?

But yes, that's a build environment problem. You have a broken version of GStreamer in your environment. The `GstBaseSrc` struct is supposed to be ABI stable and has to be...

As you can see, the NDI SDK simply receives no frames and then after 10s the plugin times out. A problem with either the SDK or the NDI source.

Unless you give me a way to reproduce this you'll have to debug yourself what the differences in SDK calls between the example and the GStreamer plugin are.

I assume if you run `cargo test` in https://github.com/matklad/once_cell then you get the same?

There's documentation in the git repository about what it does. The question is whether that also crashes the same way. Most likely you're using a wrong Rust toolchain for your...

What updates would be needed for GStreamer 1.20? An updated version of the plugin is available from https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/net/ndi btw.