diff --git a/gir-files/GES-1.0.gir b/gir-files/GES-1.0.gir
index 26c48c6d0..6e4d9bb7f 100644
--- a/gir-files/GES-1.0.gir
+++ b/gir-files/GES-1.0.gir
@@ -14992,15 +14992,15 @@ contains one frame)
-
+
-
+
-
+
diff --git a/gir-files/Gst-1.0.gir b/gir-files/Gst-1.0.gir
index b4a35a562..91f3a42d4 100644
--- a/gir-files/Gst-1.0.gir
+++ b/gir-files/Gst-1.0.gir
@@ -47050,17 +47050,17 @@ determine a order for the two provided values.
-
+
The micro version of GStreamer at compile time:
-
+
The minor version of GStreamer at compile time:
-
+
The nano version of GStreamer at compile time:
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...
diff --git a/gir-files/GstBase-1.0.gir b/gir-files/GstBase-1.0.gir
index 8cf994b11..8b1f032c3 100644
--- a/gir-files/GstBase-1.0.gir
+++ b/gir-files/GstBase-1.0.gir
@@ -1514,7 +1514,10 @@ before using any of the properties of the pads that govern
for video aggregators.
If gst_aggregator_update_segment() is used by the subclass,
-it MUST be called before gst_aggregator_selected_samples().
+it MUST be called before gst_aggregator_selected_samples().
+
+This function MUST only be called from the #GstAggregatorClass::aggregate()
+function.
@@ -1664,19 +1667,24 @@ gst_aggregator_peek_next_sample() at that point.
-
+
+ The #GstSegment the next output buffer is part of
-
+
+ The presentation timestamp of the next output buffer
-
+
+ The decoding timestamp of the next output buffer
-
+
+ The duration of the next output buffer
-
+
+ a #GstStructure containing additional information
diff --git a/gir-files/GstGL-1.0.gir b/gir-files/GstGL-1.0.gir
index 8648544f8..d1f74a4fe 100644
--- a/gir-files/GstGL-1.0.gir
+++ b/gir-files/GstGL-1.0.gir
@@ -10621,7 +10621,10 @@ or a valid GLSL version and/or profile.
-
+
+
+
+
the contents of a #GstGLDisplayEGL are private and should only be accessed
through the provided API
@@ -10793,7 +10796,15 @@ This function will return the same value for multiple calls with the same
-
+
+
+
+
+
+
+
+
+
the contents of a #GstGLDisplayWayland are private and should only be accessed
through the provided API
@@ -10900,7 +10911,6 @@ for details on what is a valid name.
-
the contents of a #GstGLDisplayX11 are private and should only be accessed
through the provided API
@@ -11001,6 +11011,5 @@ for details on what is a valid name.
-
diff --git a/gir-files/GstPbutils-1.0.gir b/gir-files/GstPbutils-1.0.gir
index ba7aefb40..1eb83bc64 100644
--- a/gir-files/GstPbutils-1.0.gir
+++ b/gir-files/GstPbutils-1.0.gir
@@ -2761,17 +2761,17 @@ in debugging.
-
+
The micro version of GStreamer's gst-plugins-base libraries at compile time.
-
+
The minor version of GStreamer's gst-plugins-base libraries at compile time.
-
+
The nano version of GStreamer's gst-plugins-base libraries at compile time.
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...
diff --git a/gir-files/GstVideo-1.0.gir b/gir-files/GstVideo-1.0.gir
index 2d69e27cb..e7372a439 100644
--- a/gir-files/GstVideo-1.0.gir
+++ b/gir-files/GstVideo-1.0.gir
@@ -13607,6 +13607,71 @@ non-linear RGB (R'G'B') and linear RGB
GST_VIDEO_TRANSFER_BT709, and GST_VIDEO_TRANSFER_BT2020_10.
Since: 1.18
+
+ Converts the @value to the #GstVideoTransferFunction
+The transfer characteristics (TransferCharacteristics) value is
+defined by "ISO/IEC 23001-8 Section 7.2 Table 3"
+and "ITU-T H.273 Table 3".
+"H.264 Table E-4" and "H.265 Table E.4" share the identical values.
+
+
+ the matched #GstVideoTransferFunction
+
+
+
+
+ a ITU-T H.273 transfer characteristics value
+
+
+
+
+
+ Returns whether @from_func and @to_func are equivalent. There are cases
+(e.g. BT601, BT709, and BT2020_10) where several functions are functionally
+identical. In these cases, when doing conversion, we should consider them
+as equivalent. Also, BT2020_12 is the same as the aforementioned three for
+less than 12 bits per pixel.
+
+
+ TRUE if @from_func and @to_func can be considered equivalent.
+
+
+
+
+ #GstVideoTransferFunction to convert from
+
+
+
+ bits per pixel to convert from
+
+
+
+ #GstVideoTransferFunction to convert into
+
+
+
+ bits per pixel to convert into
+
+
+
+
+
+ Converts #GstVideoTransferFunction to the "transfer characteristics"
+(TransferCharacteristics) value defined by "ISO/IEC 23001-8 Section 7.2 Table 3"
+and "ITU-T H.273 Table 3".
+"H.264 Table E-4" and "H.265 Table E.4" share the identical values.
+
+
+ The value of ISO/IEC 23001-8 transfer characteristics.
+
+
+
+
+ a #GstVideoTransferFunction
+
+
+
+
An encoder for writing ancillary data to the
@@ -15372,71 +15437,6 @@ encode a linear segment in the lower range.
-
- Converts the @value to the #GstVideoTransferFunction
-The transfer characteristics (TransferCharacteristics) value is
-defined by "ISO/IEC 23001-8 Section 7.2 Table 3"
-and "ITU-T H.273 Table 3".
-"H.264 Table E-4" and "H.265 Table E.4" share the identical values.
-
-
- the matched #GstVideoTransferFunction
-
-
-
-
- a ITU-T H.273 transfer characteristics value
-
-
-
-
-
- Returns whether @from_func and @to_func are equivalent. There are cases
-(e.g. BT601, BT709, and BT2020_10) where several functions are functionally
-identical. In these cases, when doing conversion, we should consider them
-as equivalent. Also, BT2020_12 is the same as the aforementioned three for
-less than 12 bits per pixel.
-
-
- TRUE if @from_func and @to_func can be considered equivalent.
-
-
-
-
- #GstVideoTransferFunction to convert from
-
-
-
- bits per pixel to convert from
-
-
-
- #GstVideoTransferFunction to convert into
-
-
-
- bits per pixel to convert into
-
-
-
-
-
- Converts #GstVideoTransferFunction to the "transfer characteristics"
-(TransferCharacteristics) value defined by "ISO/IEC 23001-8 Section 7.2 Table 3"
-and "ITU-T H.273 Table 3".
-"H.264 Table E-4" and "H.265 Table E.4" share the identical values.
-
-
- The value of ISO/IEC 23001-8 transfer characteristics.
-
-
-
-
- a #GstVideoTransferFunction
-
-
-
-
Converts a raw video buffer into the specified output caps.
@@ -16423,5 +16423,70 @@ Use this method when @mode is of type %GST_VIDEO_TILE_TYPE_INDEXED.
+
+ Converts the @value to the #GstVideoTransferFunction
+The transfer characteristics (TransferCharacteristics) value is
+defined by "ISO/IEC 23001-8 Section 7.2 Table 3"
+and "ITU-T H.273 Table 3".
+"H.264 Table E-4" and "H.265 Table E.4" share the identical values.
+
+
+ the matched #GstVideoTransferFunction
+
+
+
+
+ a ITU-T H.273 transfer characteristics value
+
+
+
+
+
+ Returns whether @from_func and @to_func are equivalent. There are cases
+(e.g. BT601, BT709, and BT2020_10) where several functions are functionally
+identical. In these cases, when doing conversion, we should consider them
+as equivalent. Also, BT2020_12 is the same as the aforementioned three for
+less than 12 bits per pixel.
+
+
+ TRUE if @from_func and @to_func can be considered equivalent.
+
+
+
+
+ #GstVideoTransferFunction to convert from
+
+
+
+ bits per pixel to convert from
+
+
+
+ #GstVideoTransferFunction to convert into
+
+
+
+ bits per pixel to convert into
+
+
+
+
+
+ Converts #GstVideoTransferFunction to the "transfer characteristics"
+(TransferCharacteristics) value defined by "ISO/IEC 23001-8 Section 7.2 Table 3"
+and "ITU-T H.273 Table 3".
+"H.264 Table E-4" and "H.265 Table E.4" share the identical values.
+
+
+ The value of ISO/IEC 23001-8 transfer characteristics.
+
+
+
+
+ a #GstVideoTransferFunction
+
+
+
+