docs: remove double "the"

This commit is contained in:
Andrzej Bieniek 2013-05-31 23:37:07 +01:00 committed by Tim-Philipp Müller
parent 527423fcd9
commit 55c4db6295
3 changed files with 3 additions and 3 deletions

View file

@ -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);
[...] [...]

View file

@ -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.

View file

@ -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