Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Seitz <sseitz@nvidia.com>2021-07-30 20:22:17 +0300
committerStephan Seitz <sseitz@nvidia.com>2021-07-30 20:23:06 +0300
commitdc28274f6582f67fe59980b04e443041280593c8 (patch)
treeac0eeb2820d0d5bdfe2573357752c4440bfed076 /tutorial
parent76198f43951a20faf415769ebe9ce88aaa967b3f (diff)
Fix typo in tutorial for identity plugin
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/src/identity/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/src/identity/imp.rs b/tutorial/src/identity/imp.rs
index 6f12f6782..3e4e17b39 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> {