Fix typo in tutorial for identity plugin

This commit is contained in:
Stephan Seitz 2021-07-30 19:22:17 +02:00
parent 76198f4395
commit dc28274f65

View file

@ -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> {