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 GStreamer Marge Bot
parent 052365ba1a
commit 76198f4395

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