diff --git a/gir-files/GstApp-1.0.gir b/gir-files/GstApp-1.0.gir
index 36853f513..15003924a 100644
--- a/gir-files/GstApp-1.0.gir
+++ b/gir-files/GstApp-1.0.gir
@@ -477,7 +477,7 @@ you must check the caps on the samples to get the actual used caps.
a #GstAppSink
-
+
caps to set
@@ -1447,7 +1447,7 @@ buffers must match the caps or left NULL.
a #GstAppSrc
-
+
caps to set
diff --git a/gir-files/GstGL-1.0.gir b/gir-files/GstGL-1.0.gir
index 82a52706f..aaae38e5f 100644
--- a/gir-files/GstGL-1.0.gir
+++ b/gir-files/GstGL-1.0.gir
@@ -3809,7 +3809,7 @@ Data is uploaded or downloaded from the GPU as is necessary.
- Copies @gl_mem into the texture specfified by @tex_id. The format of @tex_id
+ Copies @gl_mem into the texture specified by @tex_id. The format of @tex_id
is specified by @tex_format, @width and @height.
@@ -4002,8 +4002,8 @@ already have been modified with gst_video_info_align().
- Reads the texture in #GstGLMemory into @read_pointer if no buffer is bound
-to `GL_PIXEL_PACK_BUFFER`. Otherwise @read_pointer is the byte offset into
+ Reads the texture in #GstGLMemory into @write_pointer if no buffer is bound
+to `GL_PIXEL_PACK_BUFFER`. Otherwise @write_pointer is the byte offset into
the currently bound `GL_PIXEL_PACK_BUFFER` buffer to store the result of
glReadPixels. See the OpenGL specification for glReadPixels for more
details.
@@ -4017,14 +4017,16 @@ details.
a #GstGLMemory
-
+
the data pointer to pass to glReadPixels
- See gst_gl_memory_read_pixels() for what @read_pointer signifies.
+ Reads the texture in @read_pointer into @gl_mem.
+
+See gst_gl_memory_read_pixels() for what @read_pointer signifies.
@@ -4155,7 +4157,7 @@ Data is uploaded or downloaded from the GPU as is necessary.
- Copies @gl_mem into the texture specfified by @tex_id. The format of @tex_id
+ Copies @gl_mem into the texture specified by @tex_id. The format of @tex_id
is specified by @tex_format, @width and @height.
If @respecify is %TRUE, then the copy is performed in terms of the texture
diff --git a/gir-files/GstPbutils-1.0.gir b/gir-files/GstPbutils-1.0.gir
index 0e1b82284..ed0677144 100644
--- a/gir-files/GstPbutils-1.0.gir
+++ b/gir-files/GstPbutils-1.0.gir
@@ -2761,7 +2761,7 @@ in debugging.
-
+
The micro version of GStreamer's gst-plugins-base libraries at compile time.
diff --git a/gir-files/GstVideo-1.0.gir b/gir-files/GstVideo-1.0.gir
index d84804b43..db1a8a91d 100644
--- a/gir-files/GstVideo-1.0.gir
+++ b/gir-files/GstVideo-1.0.gir
@@ -6384,7 +6384,6 @@ the interlacing mode.
- A #GstVideoInterlaceMode
@@ -9867,7 +9866,7 @@ mode of the stream.
1 field is stored in one buffer,
@GST_VIDEO_BUFFER_FLAG_TF or @GST_VIDEO_BUFFER_FLAG_BF indicates if
the buffer is carrying the top or bottom field, respectively. The top and
- bottom buffers are expected to alternate in the pipeline, with this mode
+ bottom buffers must alternate in the pipeline, with this mode
(Since: 1.16).
@@ -15416,7 +15415,7 @@ Depending on @func, different formulas might be applied. Some formulas
encode a linear segment in the lower range.
- the gamme decoded value of @val
+ the gamma decoded value of @val
@@ -15444,7 +15443,7 @@ Depending on @func, different formulas might be applied. Some formulas
encode a linear segment in the lower range.
- the gamme encoded value of @val
+ the gamma encoded value of @val