webrtcbin: property 'extensions' of type 'GstRtpOPUSPay' not found
Describe your issue
Hi! I'm trying to run the webrtc example, but keep running into this error:
...
New clock: GstSystemClock
Redistribute latency...
Redistribute latency...
thread 'tokio-runtime-worker' panicked at /home/jerome/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/68da79c/glib/src/object.rs:2345:13:
property 'extensions' of type 'GstRtpOPUSPay' not found
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'tokio-runtime-worker' panicked at net/webrtc/src/webrtcsink/imp.rs:3911:61:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
...
Could it be that there are some conflicting packages, or that I just didn't install the right ones?
Setup
- **Operating System: Ubuntu 22.04
- Device: Computer
- **gst-plugins-rs Version:0.11.3
- **GStreamer Version:1.22.8
- **Command line:
Steps to reproduce the bug
Just running the example as described in the webrtc readme.
Please let me know if there is any other info I can supply. Thanks in advance!