Advertisement
wellthatsucks

Untitled

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