mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-23 12:01:01 +00:00
threadshare: Add initial implementation of a proxysrc/sink like element
This commit is contained in:
parent
c26299277e
commit
b4d1145490
2 changed files with 1374 additions and 0 deletions
|
@ -42,10 +42,12 @@ mod udpsrc;
|
|||
|
||||
mod dataqueue;
|
||||
mod queue;
|
||||
mod proxy;
|
||||
|
||||
fn plugin_init(plugin: &gst::Plugin) -> bool {
|
||||
udpsrc::register(plugin);
|
||||
queue::register(plugin);
|
||||
proxy::register(plugin);
|
||||
true
|
||||
}
|
||||
|
||||
|
|
1372
gst-plugin-threadshare/src/proxy.rs
Normal file
1372
gst-plugin-threadshare/src/proxy.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue