mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-23 12:01:01 +00:00
threadshare/udpsink: Port udpsink to new API
This commit is contained in:
parent
d9cd48287e
commit
5f5f0fe866
2 changed files with 447 additions and 470 deletions
|
@ -31,7 +31,7 @@ pub mod runtime;
|
|||
|
||||
pub mod socket;
|
||||
//mod tcpclientsrc;
|
||||
//mod udpsink;
|
||||
mod udpsink;
|
||||
mod udpsrc;
|
||||
|
||||
mod appsrc;
|
||||
|
@ -50,7 +50,7 @@ use gstreamer_sys as gst_ffi;
|
|||
|
||||
fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
|
||||
udpsrc::register(plugin)?;
|
||||
//udpsink::register(plugin)?;
|
||||
udpsink::register(plugin)?;
|
||||
//tcpclientsrc::register(plugin)?;
|
||||
//queue::register(plugin)?;
|
||||
//proxy::register(plugin)?;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue