| 1 | // Take a look at the license at the top of the repository in the LICENSE file. |
|---|---|
| 2 | |
| 3 | pub trait HasStreamLock { |
| 4 | #[doc(alias = "get_stream_lock")] |
| 5 | fn stream_lock(&self) -> *mut glib::ffi::GRecMutex; |
| 6 | #[doc(alias = "get_element_as_ptr")] |
| 7 | fn element_as_ptr(&self) -> *const gst::ffi::GstElement; |
| 8 | } |
| 9 |
