Allocate a new #GstVideoInfo that is also initialized with gstvideo.video_info.VideoInfo.init_.
Extra padding will be added to the right side when stride alignment padding is required and align will be updated with the new padding values.
Adjust the offset and stride fields in info so that the padding and stride alignment in align is respected.
Converts among various #GstFormat types. This function handles GST_FORMAT_BYTES, GST_FORMAT_TIME, and GST_FORMAT_DEFAULT. For raw video, GST_FORMAT_DEFAULT corresponds to video frames. This function can be used to handle pad queries of the type GST_QUERY_CONVERT.
Copy a GstVideoInfo structure.
Compares two #GstVideoInfo and returns whether they are equal or not
Set the default info for a video frame of format and width and height.
Same as #gst_video_info_set_format but also allowing to set the interlaced mode.
Convert the values of info into a #GstCaps.
Parse caps and update info.
Initialize info with default values.
Parse caps to generate a #GstVideoInfo.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Information describing image properties. This information can be filled in from GstCaps with gstvideo.video_info.VideoInfo.fromCaps. The information is also used to store the specific video info when mapping a video frame with gstvideo.video_frame.VideoFrame.map.
Use the provided macros to access the info in this structure.