mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-27 05:51:01 +00:00
Remove accidentally committed mixer module
This commit is contained in:
parent
17193e3308
commit
5fd1f2bcbe
1 changed files with 0 additions and 2 deletions
|
@ -21,14 +21,12 @@ extern crate num_traits;
|
|||
|
||||
mod rgb2gray;
|
||||
mod sinesrc;
|
||||
mod mixer;
|
||||
|
||||
// Plugin entry point that should register all elements provided by this plugin,
|
||||
// and everything else that this plugin might provide (e.g. typefinders or device providers).
|
||||
fn plugin_init(plugin: &gst::Plugin) -> bool {
|
||||
rgb2gray::register(plugin);
|
||||
sinesrc::register(plugin);
|
||||
mixer::register(plugin);
|
||||
true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue