Searched refs:vinfo2 (Results 1 – 2 of 2) sorted by relevance
292 smpte->vinfo2 = vinfo; in gst_smpte_setcaps()467 if (!gst_video_info_is_equal (&smpte->vinfo1, &smpte->vinfo2)) in gst_smpte_collected()502 in2 = gst_buffer_new_and_alloc (GST_VIDEO_INFO_SIZE (&smpte->vinfo2)); in gst_smpte_collected()504 fill_i420 (&smpte->vinfo2, map.data, smpte->height, 0); in gst_smpte_collected()526 gst_video_frame_map (&frame2, &smpte->vinfo2, in2, GST_MAP_READ); in gst_smpte_collected()
69 GstVideoInfo vinfo2; member