From: Andrzej Bieniek Date: Fri, 31 May 2013 22:37:07 +0000 (+0100) Subject: docs: remove double "the" X-Git-Tag: 1.1.1~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55c4db6295dda2789cde6ecd2ee966bd11a9c541;p=platform%2Fupstream%2Fgstreamer.git docs: remove double "the" --- diff --git a/docs/pwg/advanced-allocation.xml b/docs/pwg/advanced-allocation.xml index aedf10a..5888037 100644 --- a/docs/pwg/advanced-allocation.xml +++ b/docs/pwg/advanced-allocation.xml @@ -194,7 +194,7 @@ /* make memory holding 100 bytes */ mem = gst_allocator_alloc (NULL, 100, NULL); - /* add the the buffer */ + /* add the buffer */ gst_buffer_append_memory (buffer, mem); [...] diff --git a/docs/pwg/building-boiler.xml b/docs/pwg/building-boiler.xml index 77d78ce..fd171ad 100644 --- a/docs/pwg/building-boiler.xml +++ b/docs/pwg/building-boiler.xml @@ -328,7 +328,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 the GstPadTemplate + function you need a handle the GstPadTemplate which you can create from the static pad template with gst_static_pad_template_get (). See below for more details on this. diff --git a/docs/random/porting-to-1.0.txt b/docs/random/porting-to-1.0.txt index 5e75c19..341d9f9 100644 --- a/docs/random/porting-to-1.0.txt +++ b/docs/random/porting-to-1.0.txt @@ -199,7 +199,7 @@ CHANGES as buffers, events, messages, caps, etc. Signals, for example, would use the 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. GstParamSpecMiniObject is removed, use boxed param spec now with the GType