gst-plugins-rs/src
Sebastian Dröge 8514d46092 Use a Mutex to protect the URI storage
get_uri()/set_uri() can be called at any time from any thread, only
all other methods of Source/Sink are guaranteed to be called by only
a single thread at a time.
2016-05-23 20:29:01 +03:00
..
lib.rs Add license and copyright notices 2016-05-15 18:54:09 +03:00
plugin.c Add license and copyright notices 2016-05-15 18:54:09 +03:00
rsfilesink.rs Use a Mutex to protect the URI storage 2016-05-23 20:29:01 +03:00
rsfilesrc.rs Use a Mutex to protect the URI storage 2016-05-23 20:29:01 +03:00
rshttpsrc.rs Use a Mutex to protect the URI storage 2016-05-23 20:29:01 +03:00
rssink.c Free CString memory in Rust 2016-05-19 10:47:31 +03:00
rssink.h Add license and copyright notices 2016-05-15 18:54:09 +03:00
rssink.rs Remove pointless cloning of URI in ::get_uri() 2016-05-22 16:29:25 +03:00
rssource.c Free CString memory in Rust 2016-05-19 10:47:31 +03:00
rssource.h Add license and copyright notices 2016-05-15 18:54:09 +03:00
rssource.rs Remove pointless cloning of URI in ::get_uri() 2016-05-22 16:29:25 +03:00
utils.rs Free CString memory in Rust 2016-05-19 10:47:31 +03:00