diff --git a/girs/GstVideo-1.0.gir b/girs/GstVideo-1.0.gir
index bbf3fddd1f..dc70a707f7 100644
--- a/girs/GstVideo-1.0.gir
+++ b/girs/GstVideo-1.0.gir
@@ -18754,6 +18754,46 @@ performance is achieved when @quantizer is a power of 2.
+
+ Converting the video format into dma drm fourcc/modifier pair.
+If no matching fourcc found, then DRM_FORMAT_INVALID is returned
+and @modifier will be set to DRM_FORMAT_MOD_INVALID.
+
+
+ the DRM_FORMAT_* corresponding to @format.
+
+
+
+
+ a #GstVideoFormat
+
+
+
+ return location for the modifier
+
+
+
+
+
+ Converting a dma drm fourcc and modifier pair into a #GstVideoFormat. If
+no matching video format is found, then GST_VIDEO_FORMAT_UNKNOWN is returned.
+
+
+ the GST_VIDEO_FORMAT_* corresponding to the @fourcc and @modifier
+ pair.
+
+
+
+
+ the dma drm fourcc value.
+
+
+
+ the dma drm modifier.
+
+
+
+
Converting the video format into dma drm fourcc. If no
matching fourcc found, then DRM_FORMAT_INVALID is returned.