mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-27 05:51:01 +00:00
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:
parent
2fc89ced15
commit
a710cd0751
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
|
|||
}
|
||||
|
||||
gst_plugin_define!(
|
||||
cdg,
|
||||
rscdg,
|
||||
"CDG Plugin",
|
||||
plugin_init,
|
||||
"1.0",
|
||||
|
|
Loading…
Reference in a new issue