Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alba Mendez
gst-docs
Commits
220fa60f
Commit
220fa60f
authored
Mar 27, 2019
by
Ralf Sippl
Committed by
Olivier Crête
Aug 02, 2019
Browse files
Typo in boiler.md
parent
515fea82
Changes
1
Show whitespace changes
Inline
Side-by-side
markdown/plugin-development/basics/boiler.md
View file @
220fa60f
...
...
@@ -252,7 +252,7 @@ GST_STATIC_PAD_TEMPLATE (
Those pad templates are registered during the
`_class_init ()`
function
with the
`gst_element_class_add_pad_template ()`
. For this function you
need a handle the
`GstPadTemplate`
which you can create from the static
need a handle
to
the
`GstPadTemplate`
which you can create from the static
pad template with
`gst_static_pad_template_get ()`
. See below for more
details on this.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment