Lines Matching refs:GstVideoInfo
31 typedef struct _GstVideoInfo GstVideoInfo; typedef
428 GstVideoInfo * gst_video_info_new (void);
431 void gst_video_info_init (GstVideoInfo *info);
434 GstVideoInfo * gst_video_info_copy (const GstVideoInfo *info);
437 void gst_video_info_free (GstVideoInfo *info);
440 GstVideoInfo * gst_video_info_new_from_caps (const GstCaps * caps);
443 gboolean gst_video_info_set_format (GstVideoInfo *info, GstVideoFormat format,
448 (GstVideoInfo *info,
455 gboolean gst_video_info_from_caps (GstVideoInfo *info, const GstCaps * caps);
458 GstCaps * gst_video_info_to_caps (const GstVideoInfo *info);
461 gboolean gst_video_info_convert (const GstVideoInfo *info,
468 gboolean gst_video_info_is_equal (const GstVideoInfo *info,
469 const GstVideoInfo *other);
474 gboolean gst_video_info_align (GstVideoInfo * info, GstVideoAlignment * align);
477 gboolean gst_video_info_align_full (GstVideoInfo * info, GstVideoAlignment * align, gsize pl…
480 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoInfo, gst_video_info_free)