From 15478e6af48019ee54809de36a1e2f4d1e73a741 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 30 Jul 2021 19:22:17 +0200 Subject: [PATCH] Fix typo in tutorial for identity plugin --- tutorial/src/identity/imp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/src/identity/imp.rs b/tutorial/src/identity/imp.rs index 6f12f678..3e4e17b3 100644 --- a/tutorial/src/identity/imp.rs +++ b/tutorial/src/identity/imp.rs @@ -199,7 +199,7 @@ impl ObjectImpl for Identity { // Implementation of gst::Element virtual methods impl ElementImpl for Identity { // Set the element specific metadata. This information is what - // is visible from gst-inspect-1.0 and can also be programatically + // is visible from gst-inspect-1.0 and can also be programmatically // retrieved from the gst::Registry after initial registration // without having to load the plugin in memory. fn metadata() -> Option<&'static gst::subclass::ElementMetadata> {