Advertisement
wellthatsucks

Untitled

Mar 1st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ffi::gst_rtsp_media_factory_add_role(factory.to_glib_none().0,
  2. "user".to_glib_none().0,
  3. RTSP_PERM_MEDIA_FACTORY_ACCESS.to_glib_none().0,
  4. <bool as StaticType>::static_type().to_glib() as *const u8,
  5. true.to_glib() as *const u8,
  6. RTSP_PERM_MEDIA_FACTORY_CONSTRUCT.as_ptr() as *const u8,
  7. <bool as StaticType>::static_type().to_glib() as *const u8,
  8. true.to_glib() as *const u8,
  9. ptr::null_mut::<u8>());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement