Advertisement
wellthatsucks

Untitled

Feb 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. error[E0308]: mismatched types
  2. --> gstreamer-rtsp-server/src/r_t_s_p_media_factory.rs:15:92
  3. |
  4. 15 | ffi::gst_rtsp_media_factory_add_role(self.to_glib_none().0, role.to_glib_none().0, T::static_type(), v.to_glib_none().0, ptr::null_mut());
  5. | ^^^^^^^^^^^^^^^^ expected *-ptr, found enum `glib::Type`
  6. |
  7. = note: expected type `*const i8`
  8. found type `glib::Type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement