Searched refs:video_meta (Results 1 – 6 of 6) sorted by relevance
55 gboolean video_meta; member
539 y4mdec->video_meta = FALSE; in gst_y4m_dec_chain()548 y4mdec->video_meta = in gst_y4m_dec_chain()552 if (!y4mdec->video_meta && memcmp (&y4mdec->info, &y4mdec->out_info, in gst_y4m_dec_chain()681 if (y4mdec->video_meta) { in gst_y4m_dec_chain()
485 GstVideoMeta *video_meta; in gst_gdk_pixbuf_overlay_set_pixbuf() local538 video_meta = gst_buffer_add_video_meta (overlay->pixels, in gst_gdk_pixbuf_overlay_set_pixbuf()542 for (plane = 0; plane < video_meta->n_planes; ++plane) in gst_gdk_pixbuf_overlay_set_pixbuf()543 video_meta->stride[plane] = stride; in gst_gdk_pixbuf_overlay_set_pixbuf()
538 GstVideoMeta *video_meta; in gst_video_crop_transform_ip() local553 video_meta = gst_buffer_get_video_meta (buf); in gst_video_crop_transform_ip()554 if (!video_meta) { in gst_video_crop_transform_ip()555 video_meta = gst_buffer_add_video_meta (buf, GST_VIDEO_FRAME_FLAG_NONE, in gst_video_crop_transform_ip()
537 …../sys/applemedia/corevideobuffer.c:209:19: error: variable 'video_meta' set but not used [-Werror…538 GstVideoMeta *video_meta;
36563 vpxdec: Remove unneeded add video_meta