Rust PushSrc - How to acquire the pipeline's GstClock?

You’d probably do self.obj().clock() in your code, see e.g. here.

The auto module is re-exported, you can import e.g. gst::prelude::* to get this trait.

1 Like