knarziss

Results 8 comments of knarziss

I built gst-plugins-rs 10.0.4. But our system gstreamer version is 1.18. Because of gstreamer version pkg-config error, I forcibly modified the gstreamer version in the pkg-config file. 1.18->1.20 Build was...

Hi @sdroege, I used yocto build system. `"('meta-rust', 21, 'http://github.com/meta-rust/meta-rust.git', 'branch=master,commit=816a860', ''),"` When I tried gst-plugins-rs 0.8, there was no net/ndi. But to check build environment, I checked other gst-plugins-rs...

@sdroege I added latest net/ndi into gst-plugins-rs 0.8. But result is same. ` (gst-inspect-1.0:6510): GLib-GObject-WARNING **: 03:55:36.050: specified instance size for type 'GstNdiSrc' is smaller than the parent type's 'GstBaseSrc'...

It wasn't a build environment problem, but I solved it. Anyway, thank you for your reply.

In fact, the GstBaseSrc size was different because some variables were added to our GstBaseSrc structure.

@sdroege I understood exactly what you said. Your last comment was of great help to me.

@sdroege Now build and gst-inspect-1.0 do success. I can see NDI source. `/ # gst-device-monitor-1.0 -f Source/Network:application/x-ndi Probing devices... Monitoring devices, waiting for devices to be removed or new devices...

@sdroege NDI source is my PC VLC. Other windows PC NDI receiver within same network can receive A/V frames from PC VLC and play it. => So NDI source has...