gif: rename plugin to 'gif'

It's more coherent and what's actually used as library name.
This commit is contained in:
Guillaume Desmottes 2020-12-01 11:22:31 +01:00
parent 87d7b44dd2
commit b81bdd823a

View file

@ -13,7 +13,7 @@ fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
}
gst::gst_plugin_define!(
gifenc,
gif,
env!("CARGO_PKG_DESCRIPTION"),
plugin_init,
concat!(env!("CARGO_PKG_VERSION"), "-", env!("COMMIT_ID")),