Fix typo in tutorial/src/lib: metdata -> metadata

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/537>
This commit is contained in:
Stephan Seitz 2021-07-30 18:46:23 +02:00 committed by Sebastian Dröge
parent 3ccb28ba23
commit 0556d1159f

View file

@ -23,7 +23,7 @@ fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
Ok(())
}
// Static plugin metdata that is directly stored in the plugin shared object and read by GStreamer
// Static plugin metadata that is directly stored in the plugin shared object and read by GStreamer
// upon loading.
// Plugin name, plugin description, plugin entry point function, version number of this plugin,
// license of the plugin, source package name, binary package name, origin where it comes from