Home
last modified time | relevance | path

Searched refs:video_meta (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/y4m/
Dgsty4mdec.h55 gboolean video_meta; member
Dgsty4mdec.c539 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()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufoverlay.c485 GstVideoMeta *video_meta; in gst_gdk_pixbuf_overlay_set_pixbuf() local
538 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()
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c538 GstVideoMeta *video_meta; in gst_video_crop_transform_ip() local
553 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()
/third_party/gstreamer/gstplugins_bad/
DChangeLog537 …../sys/applemedia/corevideobuffer.c:209:19: error: variable 'video_meta' set but not used [-Werror…
538 GstVideoMeta *video_meta;
/third_party/gstreamer/gstplugins_good/
DChangeLog36563 vpxdec: Remove unneeded add video_meta