mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
docs: plugin-dev: basics-boilerplate: fix typo in variable name
Closes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/166/ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1324>
This commit is contained in:
parent
36006c61e9
commit
bcff6abafd
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ gst_my_filter_class_init (GstMyFilterClass * klass)
|
||||||
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
||||||
|
|
||||||
[..]
|
[..]
|
||||||
gst_element_class_set_static_metadata (element_klass,
|
gst_element_class_set_static_metadata (element_class,
|
||||||
"An example plugin",
|
"An example plugin",
|
||||||
"Example/FirstExample",
|
"Example/FirstExample",
|
||||||
"Shows the basic structure of a plugin",
|
"Shows the basic structure of a plugin",
|
||||||
|
|
Loading…
Reference in a new issue