mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
docs: remove double "the"
This commit is contained in:
parent
527423fcd9
commit
55c4db6295
3 changed files with 3 additions and 3 deletions
|
@ -194,7 +194,7 @@
|
||||||
/* make memory holding 100 bytes */
|
/* make memory holding 100 bytes */
|
||||||
mem = gst_allocator_alloc (NULL, 100, NULL);
|
mem = gst_allocator_alloc (NULL, 100, NULL);
|
||||||
|
|
||||||
/* add the the buffer */
|
/* add the buffer */
|
||||||
gst_buffer_append_memory (buffer, mem);
|
gst_buffer_append_memory (buffer, mem);
|
||||||
|
|
||||||
[...]
|
[...]
|
||||||
|
|
|
@ -328,7 +328,7 @@ GST_STATIC_PAD_TEMPLATE (
|
||||||
Those pad templates are registered during the
|
Those pad templates are registered during the
|
||||||
<function>_class_init ()</function> function with the
|
<function>_class_init ()</function> function with the
|
||||||
<function>gst_element_class_add_pad_template ()</function>. For this
|
<function>gst_element_class_add_pad_template ()</function>. For this
|
||||||
function you need a handle the the <classname>GstPadTemplate</classname>
|
function you need a handle the <classname>GstPadTemplate</classname>
|
||||||
which you can create from the static pad template with
|
which you can create from the static pad template with
|
||||||
<function>gst_static_pad_template_get ()</function>. See below for more
|
<function>gst_static_pad_template_get ()</function>. See below for more
|
||||||
details on this.
|
details on this.
|
||||||
|
|
|
@ -199,7 +199,7 @@ CHANGES
|
||||||
as buffers, events, messages, caps, etc. Signals, for example, would use the
|
as buffers, events, messages, caps, etc. Signals, for example, would use the
|
||||||
boxed type if the argument include GstMiniObject derived types.
|
boxed type if the argument include GstMiniObject derived types.
|
||||||
|
|
||||||
gst_mini_object_new() is removed. You would allocate memory with the the
|
gst_mini_object_new() is removed. You would allocate memory with the
|
||||||
methods specific for the derived type.
|
methods specific for the derived type.
|
||||||
|
|
||||||
GstParamSpecMiniObject is removed, use boxed param spec now with the GType
|
GstParamSpecMiniObject is removed, use boxed param spec now with the GType
|
||||||
|
|
Loading…
Reference in a new issue