threadshare: Add initial implementation of a proxysrc/sink like element

This commit is contained in:
Sebastian Dröge 2018-03-27 20:06:25 +03:00
parent c26299277e
commit b4d1145490
2 changed files with 1374 additions and 0 deletions

View file

@ -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
}

File diff suppressed because it is too large Load diff