mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 02:26:35 +00:00
Fix typo in tutorial for identity plugin
This commit is contained in:
parent
76198f4395
commit
dc28274f65
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Reference in a new issue