Advertisement
wellthatsucks

Untitled

Feb 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. error[E0282]: type annotations needed
  2. --> gstreamer-rtsp-server/src/r_t_s_p_media_factory.rs:15:152
  3. |
  4. 15 | ffi::gst_rtsp_media_factory_add_role(self.to_glib_none().0, role.to_glib_none().0, T::static_type().to_glib() as *const _, v.to_glib_none().0, ptr::null_mut());
  5. | ^^^^^^^^^^^^^ cannot infer type for `T`
  6.  
  7. error: aborting due to previous error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement