Searched refs:GST_IS_VIDEO_OVERLAY_COMPOSITION (Results 1 – 2 of 2) sorted by relevance
385 g_return_if_fail (GST_IS_VIDEO_OVERLAY_COMPOSITION (comp)); in gst_video_overlay_composition_add_rectangle()417 g_return_val_if_fail (GST_IS_VIDEO_OVERLAY_COMPOSITION (comp), 0); in gst_video_overlay_composition_n_rectangles()438 g_return_val_if_fail (GST_IS_VIDEO_OVERLAY_COMPOSITION (comp), NULL); in gst_video_overlay_composition_get_rectangle()483 g_return_val_if_fail (GST_IS_VIDEO_OVERLAY_COMPOSITION (comp), FALSE); in gst_video_overlay_composition_blend()550 g_return_val_if_fail (GST_IS_VIDEO_OVERLAY_COMPOSITION (comp), NULL); in gst_video_overlay_composition_copy()586 g_return_val_if_fail (GST_IS_VIDEO_OVERLAY_COMPOSITION (comp), NULL); in gst_video_overlay_composition_make_writable()621 g_return_val_if_fail (GST_IS_VIDEO_OVERLAY_COMPOSITION (comp), 0); in gst_video_overlay_composition_get_seqnum()
199 #define GST_IS_VIDEO_OVERLAY_COMPOSITION(obj) \ macro