cdg: fix plugin name

The plugin name needs to match the lib name so plugin entry points are
properly named.
Fix regression introduced when switching to the new plugin symbols.
This commit is contained in:
Guillaume Desmottes 2019-05-28 15:43:49 +05:30
parent 2fc89ced15
commit a710cd0751

View file

@ -20,7 +20,7 @@ fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
}
gst_plugin_define!(
cdg,
rscdg,
"CDG Plugin",
plugin_init,
"1.0",