mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
Typo in boiler.md
This commit is contained in:
parent
515fea8242
commit
220fa60f51
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue