mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-08 02:05:26 +00:00
Fix typo in tutorial for identity plugin
This commit is contained in:
parent
0556d1159f
commit
15478e6af4
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