From 220fa60f51ef5aab5a026d3dd8928477ad8a0d2c Mon Sep 17 00:00:00 2001 From: Ralf Sippl Date: Wed, 27 Mar 2019 18:34:43 +0000 Subject: [PATCH] Typo in boiler.md --- markdown/plugin-development/basics/boiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/plugin-development/basics/boiler.md b/markdown/plugin-development/basics/boiler.md index 08c83231ae..dc03c26376 100644 --- a/markdown/plugin-development/basics/boiler.md +++ b/markdown/plugin-development/basics/boiler.md @@ -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.