mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-27 14:01:04 +00:00
Rename ndilib to ndisys
This commit is contained in:
parent
c669a99043
commit
6db4929e08
4 changed files with 4 additions and 4 deletions
|
@ -24,11 +24,11 @@ extern crate lazy_static;
|
|||
|
||||
mod ndivideosrc;
|
||||
mod ndiaudiosrc;
|
||||
pub mod ndilib;
|
||||
pub mod ndisys;
|
||||
|
||||
use std::{thread, time};
|
||||
use std::ffi::{CStr, CString};
|
||||
use ndilib::*;
|
||||
use ndisys::*;
|
||||
use gst_plugin::base_src::*;
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
|
|
@ -15,7 +15,7 @@ use std::{i32, u32};
|
|||
|
||||
use std::ptr;
|
||||
|
||||
use ndilib::*;
|
||||
use ndisys::*;
|
||||
use connect_ndi;
|
||||
use stop_ndi;
|
||||
use ndi_struct;
|
||||
|
|
|
@ -16,7 +16,7 @@ use std::{i32, u32};
|
|||
|
||||
use std::ptr;
|
||||
|
||||
use ndilib::*;
|
||||
use ndisys::*;
|
||||
use connect_ndi;
|
||||
use stop_ndi;
|
||||
use ndi_struct;
|
||||
|
|
Loading…
Reference in a new issue